mmcdole / gofeed

Parse RSS, Atom and JSON feeds in Go
MIT License
2.52k stars 203 forks source link

Failed to detect feed type #129

Open tim-lebedkov opened 4 years ago

tim-lebedkov commented 4 years ago

Expected behavior

.ParseURL works

Actual behavior

"Failed to detect feed type" error

Steps to reproduce the behavior

fp.ParseURL("http://groups.google.com/group/chocolatey/feed/rss_v2_0_msgs.xml")

Note: Please include any links to problem feeds, or the feed content itself!

musabgultekin commented 4 years ago

Because this url returns 403

tim-lebedkov commented 4 years ago

You're right. Maybe the error message could be better.

celticman commented 7 months ago

Hello,

Thank you for gofeed. I've a podcast downloader that uses your library and downloads a ton of podcast very fast and succesfully.

I'm having problems with the RSS feed from "Rework podcast" (from the makers of Basecamp and Hey).

I get "Failed to detect feed type". The RSS file looks correct (with some errors in W3C validator).

The podcast url is: https://feeds.buzzsprout.com/2260539.rss

Thank you