↧
Answer by Julien Genestoux for Python/Feedparser: reading RSS feed fails
So, this feed yields a 405 error when the client making the request does not use a User-Agent. Try this:$ curl 'http://www.propertyguru.com.sg/rss' -H 'User-Agent: hum' -o /dev/null -D- -sHTTP/1.1 200...
View ArticlePython/Feedparser: reading RSS feed fails
I'm using feedparser to fetch RSS feed data. For most RSS feeds that works perfectly fine. However, I know stumbled upon a website where fetching RSS feeds fails (example feed). The return result does...
View Article