manolomartinez / greg

A command-line podcast aggregator
GNU General Public License v3.0
296 stars 37 forks source link

Not all feeds works, ie soundcloud feeds, it seems #117

Closed rosell-dk closed 2 years ago

rosell-dk commented 2 years ago

The following sound cloud feed doesn't work:

greg add feed1 https://feeds.soundcloud.com/users/soundcloud:users:254049939/sounds.rss
greg check -f feed1

Result: Nothing

Actually, I don't have much luck in finding feeds that works. The following doesn't work either: https://www.spreaker.com/show/4553892/episodes/feed

The PhilosophyBites feed however works fine.

rosell-dk commented 2 years ago

I'm assuming the feeds cannot be parsed due to some unsupported syntax.

A workaround could be to transform the feed into something that greg can work with

manolomartinez commented 2 years ago

You get no results, no error, nothing?

rosell-dk commented 2 years ago

Correct. Does these URLs work for you?

manolomartinez commented 2 years ago

No, they throw an SSL: CERTIFICATE_VERiFY_FAILED error. Where do these urls come from?

rosell-dk commented 2 years ago

For example here: https://danske-podcasts.dk/category/kids-family

radionauterne.dk also links to soundcloud

rosell-dk commented 2 years ago

So you see a failure? But SSL certificate is deemed valid by Chrome

rosell-dk commented 2 years ago

I'm on the hunt for a service for transforming feeds on the fly. I found https://feed2json.org, which can convert feed to json like this: https://feed2json.org/convert?url=https%3A%2F%2Fwww.spreaker.com%2Fshow%2F4553892%2Fepisodes%2Ffeed

If I can just find a reverse service...

manolomartinez commented 2 years ago

So you see a failure? But SSL certificate is deemed valid by Chrome

Sorry, that had nothing to do with the feeds we were discussing. Now apparently urllib has decided it cannot trust anything or anyone :/ Let me fix that first and I'll get back to this issue.

rosell-dk commented 2 years ago

So sorry. It was a typo - I entered the wrong URL!