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.
Generic podcast RSS feed support #16912
Comments
|
Have you even tried before requesting existing feature? |
|
Sorry for being too vague. Yes, I tried. Using the URL:s above with the following parameters
So I concluded there was no specific support for podcast RSS feeds, only the "Falling back on generic information extractor.". |
|
@peterk Running a link from libsyn podcast page like this Also it only downloads the latest podcast, not all podcasts. If I need to download all the only option seems to be 100+ links manually of every RSS entry. Now it gets only .mp3 links (if you run /rss link) which causes it to switch to generic rss extractor. If youtube-dl could extract all first from /rss page it would work correctly I think. |
|
It would be nice to have youtube-dl be able to handle podcast feeds better. It makes no sense to support very specific providers well and not support a common format well. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.07.04. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Support for generic podcast RSS feeds would be very useful in Youtube-dl. It would enable archiving of podcasts together with youtube channel clips in an easy way. Structured data in RSS feeds can be treated as a playlist and would make it easy to repeat RSS feed requests on a regular interval using Youtube-dl config files and output patterns. Outputting metadata together with the MP3 file would make files easier to find.
I have added a couple of generic podcast RSS-channels above.