Open Blackspirits opened 1 month ago
Hi
For parsing the XML file the script is using the feedparser
library. So, it has to be a valid RSS file. Those tags pp:
seems to be custom made (by the RSS provided server) - they not recognized by the library.
How to do this?
The easiest way would be use an XML parser, and find all pp:url
values. Having those links you can downloaded them.
https://rss.podplaystudio.com/3233.xml
this part shows 3 episodes, but it only downloads the first one “<enclosure url=”https://”
but the next two won't download because it shows “https:/”
how do I get it to download?
thanks
part of RSS: