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.
[Bug report] exporting youtube playlist links to text file doesnot export all download links if a deleted video exists somewhere in between #11378
Comments
|
Use |
|
@dstftw thanks for the quick response. can you also tell me how to get the file names the same as video names while downloading from such links. |
example playlist:
https://www.youtube.com/playlist?list=PLyXl5CNwJ_jurJpF5heFK75oeWpq9AdvP
where video number 53 is a broken link
I am using the windows exe youtube-dl of version 2016.12.01 and using this command on windows
youtube-dl -g https://www.youtube.com/playlist?list=PLyXl5CNwJ_jurJpF5heFK75oeWpq9AdvP>downloadlinks.txtThe above command returns only the download links of first 52 videos. The 53rd one is a deleted video causing the program to stop in between.
It gives this error on command line.