-
Hi! First off, huge thanks for maintaining feedparser. It's legendary! We're all lucky to have it.
I hit a new (to me) `AssertionError` today when parsing the RSS at https://snrk.de/feed/ . Here's …
-
Trying to run smart mirror and receive the following ImportError:
Traceback (most recent call last):
File "smartmirror.py", line 12, in
import feedparser
ImportError: No module named fee…
-
For some reason I'm getting this error, although I see this module declared in `requirements.txt`. Not sure whether I've set up my environment incorrectly or whether it is an actual error. 🤔
-
https://cen.acs.org/feeds/rss/latestnews.xml
-
Hi, i get an error on calibre 3:
```
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/ui.py", line 156, in __init__
ac = self.init_iaction(action)
File "/usr/lib/c…
-
```
What steps will reproduce the problem?
1. I am running feed = feedparser.parse(in_feed)' where
in_feed=feeds.mashable.com/Mashable
What is the expected output? What do you see instead?
It shoul…
-
Can I please see an example of how to use this with Feed Parser https://github.com/danmactough/node-feedparser
-
Dude What's wrong with module can you fix this...?
Traceback (most recent call last):
File "cybernews.py", line 1, in
import feedparser
ModuleNotFoundError: No module named 'feedparser'
…
-
Seems like a feedparser issue: https://github.com/kurtmckee/feedparser/issues/59
Repro:
```python
import reader, io, feedparser
feed_bytes = b"""\
one
summary-one…
-
Feed discovery does not work and breaks tests: https://travis-ci.org/emillon/mosileno-web#L538
This is because feedparser throws a SAXException in get_feeds instead of building a partial feed.