raptor2101 / PodCatcher

A PodCatcher-Addon for xBMC
GNU General Public License v3.0
9 stars 5 forks source link

some podcasts from gpodder list are not loaded #12

Open ominty opened 4 years ago

ominty commented 4 years ago

I exported the .opml from gpodder and find for some podcast no episodes loaded in Kodi, but in gpodder the episodes are shown.

opml is like this:

<?xml version="1.0" encoding="utf-8"?>
<opml version="2.0">
    <head>
        <title>gPodder subscriptions</title>
        <dateCreated>Sat, 07 Dec 2019 14:27:32 +0100</dateCreated>
    </head>
    <body>
        <outline text="Neues aus Wissenschaft und Forschung" title="SWR2 Campus" type="rss" xmlUrl="http://www1.swr.de/podcast/xml/swr2/campus.xml"/>
        <outline text="Ubuntu Podcast" title="Ubuntu Podcast" type="rss" xmlUrl="http://ubuntupodcast.org/feed/podcast/"/>
        <outline text="The weekly free show about all things photography." title="PHOTOGRAPHY TIPS FROM THE TOP FLOOR" type="rss" xmlUrl="https://tipsfromthetopfloor.com/feed/"/>
        <outline text="Der Fotopodcast aus dem echten Norden, in dem fotografische Wahrheiten mit norddeutschem Charme besprochen werden." title="fotophonie – Fotografie unterhaltsam vertont (MP3)" type="rss" xmlUrl="https://fotophonie.de/?feed=mp3"/>
        <outline text="Interviews und Meinungen" title="Podcast eines Fotoproduzenten" type="rss" xmlUrl="http://podcasteinesfotoproduzenten.libsyn.com/rss"/>
        <outline text="Für Leute, die ihr Geld selbst anlegen" title="Der Finanzwesir rockt - Der etwas andere Podcast über Geld und finanzielle Bildung" type="rss" xmlUrl="https://finanzwesir-rockt.podigee.io/"/>
        <outline text="Tips, Tricks, And Advice For Better Wildlife Photography" title="Backcountry Gallery's Wildlife Photographer's Podcast" type="rss" xmlUrl="https://backcountrygallery.com/feed/podcast/"/>
    </body>
</opml>
raptor2101 commented 4 years ago

seems to be a problem with urllib... currently looking to migrate to urllib2

raptor2101 commented 4 years ago

http://www1.swr.de/podcast/xml/swr2/campus.xml and http://podcasteinesfotoproduzenten.libsyn.com/rss returns 404 ...

raptor2101 commented 4 years ago

can you please make a retest?

ominty commented 4 years ago

works :+1: thanks a lot! (but I had to clone to /.kodi/addons/plugin.audio.podcatcher as update from within kodi didn't show any effect)

raptor2101 commented 4 years ago

works thanks a lot! (but I had to clone to /.kodi/addons/plugin.audio.podcatcher as update from within kodi didn't show any effect) that is intended, i will push an update to kodi within this week... waiting for a testresult from @jeeger