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-dlg stops downloading queue when encountering blocked content #22

Closed
TMi4 opened this issue Dec 11, 2014 · 3 comments
Closed

Youtube-dlg stops downloading queue when encountering blocked content #22

TMi4 opened this issue Dec 11, 2014 · 3 comments
Labels

Comments

@TMi4
Copy link

TMi4 commented Dec 11, 2014

First of all, thanks for this awesome tool.

Sadly I encountered an issue when downloading playlists or channels:

ERROR: [...]: YouTube said: Unfortunately, this video is not available in your country because it could contain music, for which we could not agree on conditions of use with GEMA.

After this yt-dlg just halts and does not finish what's left in the queue.

This should be solvable by using youtube-dl's "-i" or "--ignore-errors".
I tired setting this up in the "Commands" section within the options, but it doesn't seem to work as I am still getting the Error and youtube-dlg refuses to download anything after it encountered said GEMA related error.

This is not about circumventing geo-blocking; I just want yt-dlg to continue downloading and skipping blocked videos to finish whats left in the queue.

@MrS0m30n3
Copy link
Owner

Hi, thanks for using youtube-dlg.

Thats probably a youtube-dl problem. As you said the "-i" options should fix this as the youtube-dl documentation suggests:

-i, --ignore-errors
continue on download errors, for example to skip unavailable videos in a playlist

Also, you don't need to specify the "-i" or "--ignore-errors" under Options>Commands tab there is already the "Ignore Errors" option under Options>Filesystem tab.

You should update youtube-dl to the latest version by using the update button on youtube-dlg.

If you still encounter the same problem then try downloading the playlist URL using youtube-dl from the command-line. First WITHOUT using the "-i" options e.g. "youtube-dl [PLAYLIST_URL]" (You should get the GEMA ERROR as above) and then using the "-i" option e.g. "youtube-dl -i [PLAYLIST_URL]". If the second one does NOT work you should report it on the youtube-dl repo else i will look it up.

(You can also specify a proxy under Options>Connection tab on the field "Proxy")

@MrS0m30n3
Copy link
Owner

Also, can you please tell me if the GUI stays frozen or if it terminates normally when the GEMA ERROR occurs?
Because if the GUI stays frozen then it's probably an error with the python subprocess module.
(A youtube-dlg back-end issue and NOT a youtube-dl issue).

@MrS0m30n3
Copy link
Owner

I am closing this issue, feel free to reopen it if you need to.

jose1711 pushed a commit to jose1711/youtube-dl-gui that referenced this issue Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants