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

YouTube, Download of Playlist stops after one GEMA Error #1581

Closed
jpgreth opened this issue Oct 8, 2013 · 2 comments
Closed

YouTube, Download of Playlist stops after one GEMA Error #1581

jpgreth opened this issue Oct 8, 2013 · 2 comments

Comments

@jpgreth
Copy link

jpgreth commented Oct 8, 2013

I found out that the download-YouTube-function stops downloading when a GEMA error (ERROR: YouTube said: Unfortunately, this video is not available in Germany because it may contain music for which GEMA has not granted the respective music rights.) occurs. Normally I think it should ignore this error, skip the corresponding video and continue with the next.

Example:

pi@newpi ~ $ youtube-dl http://www.youtube.com/playlist?list=PL01AD6BE3492B2C1F
[youtube:playlist] PL01AD6BE3492B2C1F: Downloading page #1
[youtube:playlist] PL01AD6BE3492B2C1F: Downloading page #2
[youtube:playlist] PL01AD6BE3492B2C1F: Downloading page #3
[download] Downloading playlist: Musik
[youtube:playlist] playlist 'Musik': Collected 94 video ids (downloading 94 of them)
[download] Downloading video #1 of 94
[youtube] Setting language
[youtube] 1QkZE78hPX0: Downloading video webpage
[youtube] 1QkZE78hPX0: Downloading video info webpage
[youtube] 1QkZE78hPX0: Extracting video information
[download] MESH - "Only Better" from the album "A Perfect Solution" has already been recorded in archive
[download] Downloading video #2 of 94
[youtube] fuwRxha8zSU: Downloading video webpage
[youtube] fuwRxha8zSU: Downloading video info webpage
ERROR: YouTube said: Unfortunately, this video is not available in Germany because it may contain music for which GEMA has not granted the respective music rights.
pi@newpi ~ $

@jpgreth jpgreth closed this as completed Oct 8, 2013
@jpgreth jpgreth reopened this Oct 8, 2013
@jaimeMF
Copy link
Collaborator

jaimeMF commented Oct 8, 2013

You can use the --ignore-errors option (or just -i), like: youtube-dl http://www.youtube.com/playlist?list=PL01AD6BE3492B2C1F -i it will continue to download the other videos if it finds an error if any of them.

@jpgreth
Copy link
Author

jpgreth commented Oct 8, 2013

Sorry my fault... I looked in the documentation and didn't find - so I posted here...
Now I've found it... :)
Sorry - and thanks for that great tool!

@jpgreth jpgreth closed this as completed Oct 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants