https://bugs.gpodder.org/show_bug.cgi?id=902
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Thomas Perl <[email protected]> 2010-03-23 19:09:59 GMT --- (In reply to comment #2) > The problem is there is no actual feed for the archived episodes, but gPodder > could fake one with some code to scrape it off the page (or using web services > or semantic web data, if the site was friendlier.) This is why I called it a > "virtual feed" in my original feature request, though there's probably a > clearer way to say it. No, that's not the way to do it. Go and ask the feed provider if they can provide an archival feed! Several podcasts provide such a feed (e.g. Chaosradio Express, etc..). If they don't (want to) provide such a feed, do some scripting to scrape the web page and spit out a RSS feed that you put up on the web somewhere (this could even be a CGI script). You can then use gPodder to subscribe to this feed after that. If you really want to have it in gPodder, you can write a plugin. An example can be found in src/gpodder/soundcloud.py -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
