Skip to content

Conversation

@tpikonen
Copy link
Contributor

@tpikonen tpikonen commented Aug 1, 2022

gPodder calls registry.custom_downloader.resolve for every episode/URL when a download is attempted. Some episode URLs which youtube-dl / yt-dlp claims to support are direct media links, and at least yt-dlp is buggy so that it does not in fact download anything when given such an URL. At least spreaker.com (bug #1263) and audioboom.com fail this way.

Change the youtube-dl extension so that it does not support episodes where the MIME type is audio/* or video/*. These episodes are then downloaded with the default downloader.

Fixes #1263.

@auouymous auouymous merged commit c8e4f20 into gpodder:master Aug 2, 2022
@auouymous
Copy link
Member

Thanks for the fix.

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

Successfully merging this pull request may close these issues.

Spreaker feeds not working - [EDIT - youtube-DL extension is the culprit]

2 participants