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

Hi, I am using Python 3.8.3 and feedparser==6.0.2 I have the following feed : ``` The Joe Rogan Experience Fri, 27 Nov 2020 18:00:00 +0000 ..... Joe Rogan comedian,joe,monkey,redban,rogan,talking,ufc yes...

When parsing a feed, the result stored in `feed['author']` is incorrect. It appears to be coming from `itunes:owner` instead of `itunes:author`. For example, in parsing the feed [https://feeds.megaphone.fm/gtalk](url) the result...

I recently worked with the [dateparser module](https://dateparser.readthedocs.io/) for parsing dates, and it seems it might be better than feedparser at its job. For example, it will support parsing internationalized dates...

dates

With feedparser 6.0.1: ``` python3.8 -B -Wd tests/runtests.py ..........E.....Invalid argument.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. ====================================================================== ERROR: test_001966 (__main__.TestCase) ./tests/illformed/undeclared_namespace.xml: undeclared namespace ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/runtests.py", line 872, in fn self.fail_unless_eval(xmlfile,...

parser

Hello, I can't seem to parse all the objects in a Jackett[Jackett](https://github.com/Jackett) RSS stream. Please take a look at the example XML below. I am unable to grab the value...

First thanks for this great library. If you go to the bottom of the page: https://pythonhosted.org/feedparser/html-sanitization.html#advanced-sanitization It has a dead link to the platypus attack. Hope that helps. Chris

Hello, I noticed some issues with the media-rss implementation. Before trying to fix them, I would like to discuss it here. # is ignored According to the [Media-RSS specification](http://www.rssboard.org/media-rss), the...

namespace

When parsing the following website: nikolay.rocks/atom.xml it crashes with the following output: Traceback (most recent call last): File "/usr/lib/python3.5/base64.py", line 518, in _input_type_check m = memoryview(s) TypeError: memoryview: a bytes-like...

is it possible to use aiohttp and the feedparser etag and modified headers in order to save bandwidth or is this something only supported with feedparser.parser()?

I'm using feedparser to monitor [this](https://emm.newsbrief.eu/rss/rss?type=rtn&language=pt&duplicates=false) rss feeder. Besides the news title, link, etc, this rss service also informs about the entities it found within the each news article. The...