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.
Problem With Playlists #8369
Problem With Playlists #8369
Comments
|
Thanks! I put the playlist URL in double quotes and that solved the problem. |
I'm trying to download an entire playlist (67 videos), but youtube-dl (version 2016.01.29) isn't behaving. It will grab the first video in the list and hangs once it's done instead of going to the next video. Commandline as follows:
Output is:
The
^Cis where I stopped it manually after I realised it wasn't doing anything any more. Is there something I'm missing? Did I do something wrong?P.S.: I know it says "already been downloaded" - this wasn't my first attempt. The first attempt downloaded the file, but hung before going to the next entry in the playlist. Now it skips the downloaded file but still hangs.