-
Eg: ">"
I'm parsing https://groups.google.com/forum/feed/mozilla.dev.platform/topics/rss.xml?num=50
The item titled "Intent to unship: as in image maps" has those entities encoded as < a…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
```
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…
-
```
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…
-
```
What steps will reproduce the problem?
1. Run feedparser on XML feed
2. Entry contains:
Something
Article text here
…
-
Dan, I'm debugging something in FeedLand that has led me to (what I think is) weird behavior in feedparser.
I'm wondering if you are patterning this after the Python feedparser package...
https…
-
Normally I find that an entry's [`enclosures` property](https://feedparser.readthedocs.io/en/latest/reference-entry-enclosures.html) always exists, but is an empty list if the entry has no enclosures.…
-
```
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
…
-
```
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
…
-
```
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…