ITADN

Better parsing for Google feed.

#1572Closedbakinazik 创建于 2026-02-12
B
bakinazikcommented
**Is your feature request related to a problem? Please describe.** If you follow a site using a Google RSS link, the favicon icon will appear as Google News by default. **Describe the solution you'd like** Example url: [https://news.google.com/rss/search?q=site:reuters.com&hl=en-US&gl=US&ceid=US:en](https://news.google.com/rss/search?q=site:reuters.com&hl=en-US&gl=US&ceid=US:en) ``` <item> <title>IDB president says El Salvador to receive $1.3 billion in 2026 - Reuters</title> <link>https://news.google.com/rss/articles/?oc=5</link> <guid isPermaLink="false"></guid> <pubDate>Thu, 12 Feb 2026 02:08:00 GMT</pubDate> <description><a href="https://news.google.com/rss/articles/?oc=5" target="_blank">IDB president says El Salvador to receive $1.3 billion in 2026</a>&nbsp;&nbsp;<font color="#6f6f6f">Reuters</font></description> <source url="https://www.reuters.com">Reuters</source> </item> ``` ``` <source url="https://www.reuters.com">Reuters</source> ``` When parsing the feed link, it can display the favicon at least with the correct icon by adding an exception for Google RSS. **Additional context** I don't know how much longer Google will support RSS, but I think it would be much more functional if such a feature were added temporarily. Thanks.
关闭于 2026-02-12 1 条评论