You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two different RSS feeds, both of which have a number of elements at the xpath /rss/channel/item/category, which, according to the docs, is one source for tags (categories) on elements.
However, when feedparser parses them, entries from one have tags, and entries from the other do not.
I have two different RSS feeds, both of which have a number of elements at the xpath
/rss/channel/item/category
, which, according to the docs, is one source for tags (categories) on elements.However, when feedparser parses them, entries from one have tags, and entries from the other do not.
This feed,
https://seekingalpha.com/feed.xml
, comes up with plentiful tags, even though the RSS does not validateThis feed,
https://rss.nytimes.com/services/xml/rss/nyt/World.xml
, throwsAttributeError
whenentry.tags
is accessed, even though the RSS does validate.Am I missing something? Is it a bug?
The text was updated successfully, but these errors were encountered: