feedparser icon indicating copy to clipboard operation
feedparser copied to clipboard

Parse feeds in Python

Results 122 feedparser issues
Sort by recently updated
recently updated
newest added

In the case of this feed: ``` pnvdriving PNVideo playlist to bridge to YouTube DYNAMIC u0iPtP89 8cff50dc-e67e-480a-b81c-ebf2cab00288 .... ``` The `jwplayer:link` gets parsed into a single jwplayer_link key and only...

feedparser implements charset detection according to [RFC 3023](https://datatracker.ietf.org/doc/html/rfc3023), which has been superseded by [RFC 7303](https://datatracker.ietf.org/doc/html/rfc7303). RFC 7303 made an incompatible change to charset detection to align with the behavior of...

character detection

I just realized freeparser.parse(url) function returns 'bozo'=1 and 'bozo'=True depending on the error type. I read the "Bozo Detection" section in official documentation and am aware of bozo=1 and bozo=True...

documentation

demo: https://replit.com/@wong2333/feed-1 the rss feed https://feeds.transistor.fm/means-of-creation has `enclosure` in its items, but not parsed.

This issue is related to the current Debian 10 (stable) version of feedparser. The PEP 479 problem is not fixed in there. It was reported here https://github.com/kurtmckee/feedparser/issues/130 and fixed in...

According to this the default timeout in urllib2 is -1, or None. So... this is a problem for long running programs, when occasionally some connection will hang everything. Solution is...

i.e. https://www.coindesk.com/feed ``` CoinDesk https://www.coindesk.com Leader in crypto and blockchain news and information. Tue, 22 Dec 2020 02:17:08 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://www.coindesk.com/wp-content/uploads/2017/05/cropped-coindesk-new-favicon-68x68.png CoinDesk https://www.coindesk.com 32 32 ‘There Is...

need-info

Hi, Thank you for providing this wonderful package. I notice that sometimes the rss feed item may contain multiple ``, but `feedparser.parse()` only returns one of them, presumably the last...

Hi, I'm just curious why published_parsed returns a naive time struct instead of something more useful like a timezone aware datetime. I read the documentation and I see that feedparser...

dates

I find that feedparser is very slow when parse large feeds, and it's also not fast when parse small feeds. For example (about 5 MB): `https://aotu.io/atom.xml` feedparser cost 15 seconds...

performance