RSS Google 新闻语言
RSS Google news language
我正在创建来自 Google 新闻的 RSS 提要,到目前为止它正在运行,但我想从 2 种语言获取新闻,而不仅仅是英语
到目前为止,这是我的 RSS URL:
https://news.google.com/rss/search?q=energy+efficiency
它工作正常,只需要添加 2 种语言过滤器(德语 + 英语)
这是我在不同博客中找到的内容,但我不想按位置过滤新闻,只希望按语言过滤新闻:
"If you wish to have news in English and located from the United States sources, add the following query string to the URL to change country and language:"
&hl=en-US&gl=US&ceid=US:en
不管我怎么修改上面的URL,我都报错...
在阅读了很多帖子并尝试后,我找到了解决方案。
万一有人需要:
https://news.google.com/rss?q=energy+efficiency&hl=en
在link末尾添加语言代码:
&hl=en //英文
&hl=de //德语
我正在创建来自 Google 新闻的 RSS 提要,到目前为止它正在运行,但我想从 2 种语言获取新闻,而不仅仅是英语
到目前为止,这是我的 RSS URL:
https://news.google.com/rss/search?q=energy+efficiency
它工作正常,只需要添加 2 种语言过滤器(德语 + 英语)
这是我在不同博客中找到的内容,但我不想按位置过滤新闻,只希望按语言过滤新闻:
"If you wish to have news in English and located from the United States sources, add the following query string to the URL to change country and language:"
&hl=en-US&gl=US&ceid=US:en
不管我怎么修改上面的URL,我都报错...
在阅读了很多帖子并尝试后,我找到了解决方案。
万一有人需要: https://news.google.com/rss?q=energy+efficiency&hl=en
在link末尾添加语言代码:
&hl=en //英文
&hl=de //德语