timendum / raiplaysound

GNU General Public License v3.0
29 stars 11 forks source link

Some podcasts are not scraped correctly #6

Closed loucasal closed 2 years ago

loucasal commented 2 years ago

Some feeds (e.g. Wikiradio) fail in scraping the episodes correctly. All episodes are returned with the same size (129 B) and cannot be downloaded/streamed. Possibly linked to issue #3, as it affects the same podcast.

timendum commented 2 years ago

That's what the original provider (ie: raiplay sound) server, a 128 byte M3u file that leads to the m3u8 playlist.

If I open the url with VLC or a podcast app, it works.

loucasal commented 2 years ago

I don't know if there is much you can do about it, but FYI both AntennaPod and Google Podcasts fail to parse the feed (the latter even refuses to subscribe to the podcast). I will check with the AntennaPod devs whether there is any way of supporting this feed.

timendum commented 2 years ago

I'm sorry but the audio is provided by raiplay, I'm not interested in re-hosting or re-encoding it.

This project only offers convenient xml files that link to the audio on raiplay.

loucasal commented 2 years ago

Oh I wasn't implying that, I'm only wondering whether feeds can be optimised so that they can be parsed by a majority of podcatchers. In any case I'm out of my depth, so I will let you know once I hear back from the AP team.

loucasal commented 1 year ago

Here is the AP maintainer's reply (from AntennaPod/AntennaPod#6143):

I think that podcast creator should fix their feed. The enclosure claims to be audio/mp3 but is then actually a m3u playlist that links to the actual media file. Why don't they just link the media file directly like everyone else? That feed also fails pretty much all tests on castfeedvalidator. I don't think AntennaPod should work around broken feeds even more than it already does... Especially if the feed is so extremely broken.