Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having image tag within items within RSS 2.0 feeds #376

Open
sayginify opened this issue Jun 13, 2023 · 1 comment
Open

having image tag within items within RSS 2.0 feeds #376

sayginify opened this issue Jun 13, 2023 · 1 comment

Comments

@sayginify
Copy link

we have a couple of rss sources, such as
https://economictimes.indiatimes.com/tech/rssfeeds/13357270.cms
https://www.cbsnews.com/latest/rss/us

these accounts have image tag under item.

<item>
  <title>some title</title>
  <description>some descr</description>
  <link>https://somelink.com</link>
  <image>https://somelink.com/1.jpg</image>
  <guid>100958160</guid>
  <pubDate>2023-06-13T12:32:16+05:30</pubDate>
</item>

I'm aware that it's not valid for RSS specification, and feedparser ignores "image" tag for these feeds.
but somehow I need to access this. how should I proceed ?

@bakwc
Copy link

bakwc commented Nov 12, 2023

Up? Any progress here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants