BlogSpot 的 RSS 提要
RSS feed for BlogSpot
是否可以为特定关键字获取 BlogSpot 的 RSS 提要?
我已尝试使用以下网址,但它们似乎不起作用。
Atom 1.0: https://blogname.blogspot.com/feeds/posts/default/-/[label]
RSS 2.0: https://blogname.blogspot.com/feeds/posts/default/-/[label]?alt=rss
一定要启用博客 feed
转到设置>其他>站点供稿>允许博客 Feed 然后 select Full
Blogger 标签区分大小写,它将 Food 与 food
区别对待
一个例子:https://fordemos.blogspot.com/feeds/posts/default/-/Food?alt=rss
对于特定关键字的供稿,使用以下端点
https://www.yourblogname.blogspot.com/feeds/posts/default?q=<b>KEYWORD</b>
https://www.blogger.com/feeds/BLOGID/posts/default?q=<b>KEYWORD</b>
关键字需要作为查询字符串传递给q查询参数。
是否可以为特定关键字获取 BlogSpot 的 RSS 提要? 我已尝试使用以下网址,但它们似乎不起作用。
Atom 1.0: https://blogname.blogspot.com/feeds/posts/default/-/[label]
RSS 2.0: https://blogname.blogspot.com/feeds/posts/default/-/[label]?alt=rss
一定要启用博客 feed
转到设置>其他>站点供稿>允许博客 Feed 然后 select Full
Blogger 标签区分大小写,它将 Food 与 food
区别对待一个例子:https://fordemos.blogspot.com/feeds/posts/default/-/Food?alt=rss
对于特定关键字的供稿,使用以下端点
https://www.yourblogname.blogspot.com/feeds/posts/default?q=<b>KEYWORD</b>
https://www.blogger.com/feeds/BLOGID/posts/default?q=<b>KEYWORD</b>
关键字需要作为查询字符串传递给q查询参数。