Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] exporting youtube playlist links to text file doesnot export all download links if a deleted video exists somewhere in between #11378

Closed
GitDotCoder opened this issue Dec 6, 2016 · 2 comments
Labels

Comments

@GitDotCoder
Copy link

@GitDotCoder GitDotCoder commented Dec 6, 2016

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.txt

The 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.

ERROR: rtWUdYZbANI: YouTube said: This video is no longer available because the
YouTube account associated with this video has been terminated.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 6, 2016

Use -i.

@dstftw dstftw closed this Dec 6, 2016
@dstftw dstftw added the invalid label Dec 6, 2016
@GitDotCoder
Copy link
Author

@GitDotCoder GitDotCoder commented Dec 6, 2016

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.