Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[site-support-request] tutsplus.com #3662
Comments
|
There are lot's of courses (both free and premium) in this site which uses wistia for it's videos. |
) Also, improve detection (Addresses #3662)
|
if this was a porn site, i don't think that i will wait all this time |
|
works with the latest version. |
|
works only on free ;( |
|
|
|
works great - thanks ;) |
|
@manniR - Are you able to download an entire playlist/course with a single command (e.g. just using the course URL to get all vids) or are you running the command for each video? |
|
@brennebeck - tutsplus-cookie.txt (extracted cookie) - playlist-links.txt (copied playlist links) youtube-dl -v --cookies tutsplus-cookie.txt -a playlist-links.txt -o '#%(autonumber)s - %(title)s.%(ext)s' |
|
@manniR All I get by running your command is this error youtube-dl --verbose https://code.tutsplus.com/courses/one-two-knockout/lessons/introduction --username=mrahmadawais@gmail.com --password=rajuhaigul -a playlist-links.txt
[debug] System config: [u'--abort-on-error', u'--no-mtime', u'--cookies', u'cookies.txt', u'--console-title', u'--continue', u'--autonumber-size', u'2', u'--retries', u'infinite', u'-o', u'%(chapter_number)s.%(autonumber)s- %(chapter)s\u2014 %(title)s-%(resolution)s.%(ext)s']
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://code.tutsplus.com/courses/one-two-knockout/lessons/introduction', u'--username=mrahmadawais@gmail.com', u'--password=rajuhaigul', u'-a', u'playlist-links.txt']
ERROR: batch file could not be readAny help would be appreciated? |
|
@ahmadawais you'll need to save the list of URLs you want to download in the |
|
@brennebeck Thanks for that! Is there any way for me to automate the link capture and playlist-links.txt file formation process on Tuts+? |
|
I have a jquery script I've been using in chrome devtools. The same could be done in Phantom probably so that you get the auto write. I'll post the script when I'm back at my Mac Sent from my iPhone On Wed, Aug 3, 2016 at 7:26 PM +0800, "Ahmad Awais" notifications@github.com wrote: @brennebeck Thanks for that! Is there any way for me to automate the link capture and playlist-links.txt file formation process on Tuts+? — |
|
@brennebeck Great! Looking forward! |
|
@ahmadawais here ya' go: https://gist.github.com/brennebeck/fa9f45c6bef202c75ced4509e326462f So I have those two scripts saved as snippets in devtools. Here are the steps:
It wouldn't take too much work to get this to work outside of a browser, but this is quick enough for me. Hope it helps. |
|
@brennebeck Thank! Where am I supposed to run these scripts? A gif maybe. I will work it out and convert them to bash. |
|
@brennebeck Thanks! I spent some time and built a bash function for this scrapping. You need to have pup installed. https://gist.github.com/ahmadawais/065cad34038201d97c257daaddeb2237 Cheers! |
|
Awesome it works ;) Thanks guys |
|
How did you get it to work? |
As with #3661 -
So, the same applies here😄