-
```
What steps will reproduce the problem?
import feedparser
f =
feedparser.parse("http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-NN-NETCAST
-M4V.xml")
f['feed']['tags']
What is the expected ou…
-
```
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,…
-
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 b…
-
```
What steps will reproduce the problem?
1. Run feedparser on XML feed
2. Entry contains:
Something
Article text here
…
-
I have a RSS feed that contains (as far as I can see) correct RFC 822 published date. For some reason feedparser parses the date incorrectly.
Example parsed entry below (see published_parsed and pu…
-
```
Hecko there!
The parsing is only happening at a later stage in our system. Prior to that we
are working with the Unicode representation of the feed XML. Unfortunately,
feedparser re-encodes the…
-
```
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,…
-
I use the feedparser to get the news. But de feed is only parsed after a reboot of Home Assistant.
Even with the scan_interval parameter, the feed is not updated. Any idea's
```
# ---------------…
-
```
What steps will reproduce the problem?
1. Take any exported RSS feed from a WordPress blog (Admin > Tools > Export)
2. Run it through feedparser
3. Try and extract custom WordPress tags (prefixed…
-
```
% python3
Python 3.5.1 (default, Mar 4 2016, 15:21:15)
[GCC 6.0.0 20160302 (Red Hat…