-
may or may not be mandatory
- [ ] upgrade
- [x] on .end() of parse, should update the list of known GUIDs to every GUID in that feed. GARBAGE COLLECTION for known GUIDs
- [ ] also if a feed is dead, p…
-
```
What steps will reproduce the problem?
>>> import feedparser
>>> feedparser.parse('http://www.t-shops.co.uk/poll/hidden/podcasting/rlm.xml')
What is the expected output?
Feed is parsed correc…
-
I'm using firebase as a backend for storage, and it has the interesting feature that it can't store javascript Date objects. Whilst I'm in the process of discussing this with firebase (I think it prob…
-
```
If Python 3 is used and user forgets to rename sgmllib3.py to sgmllib.py, then
feedparser.py will set _SGML_AVAILABLE to 0, and feedparser.parse() function
will cause UnboundLocalError, resultin…
-
ruby-feedparser 0.7.0 trips over UTF8/ASCII encoding issues in ruby 1.9.
I tried using feedparser 0.9.3 to fix this, but that version seems to have stopped working altogether..;
FeedParser::Feed::new …
jomz updated
10 years ago
-
```
What steps will reproduce the problem?
>>> import feedparser
>>> d = feedparser.parse('http://feedparser.org/docs/examples/atom10.xml')
Traceback (most recent call last):
File "", line 1, in
…
-
```
It happens on http://threeminds.organic.com/feed
See below
>>> import feedparser
>>> feedparser.parse('http://threeminds.organic.com/feed')
Traceback (most recent call last):
File "", line 1, i…
-
```
I'm using feedparser-5.0.1-py2.6 , tried on CentOS and Windows. I'm having
trouble accessing feeds protected by HTTP Basic Auth using the documented "hard
way". This may be related to Issue 267,…
-
The current feedparser version (6.0.2) does not provide the private `_FeedParserMixin` any more; accordingly the example script does not work any more. It would be great if the example could be update…
-
```
What steps will reproduce the problem?
>>> import feedparser
>>> d = feedparser.parse('http://feedparser.org/docs/examples/atom10.xml')
Traceback (most recent call last):
File "", line 1, in
…