We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
博客
https://www.geocaching.com/blog/
Geocaching 的官方 Blog,上面会时不时发布一些活动动态,但没发现有 RSS feed。
首页差不多会有 4~5 篇文章,且标题链接摘要都有,直接提取。 还有 category 和 tags,这些能一起记录到 RSS 里面吗?我不知道。
上面的链接只是个样例,格式是 https://www.geocaching.com/blog/category/<category_name>/ 目前发现的 category_name 还挺多种的,建议将其作为 route 参数的形式处理
https://www.geocaching.com/blog/category/<category_name>/
列举一些已经发现了的 category,但不保证还有遗漏的:
PS: 发现还有 https://www.geocaching.com/blog/category/local/espanol/ 这种路径结构的
欢迎入坑 Geocaching!
The text was updated successfully, but these errors were encountered:
才发现已经有 https://docs.rsshub.app/zh/routes/blog#geocaching 了,但并没有支持 Category 路由
Sorry, something went wrong.
已有的路由包含了 Category 字段,可以试试使用 /geocaching/blogs?filter_category=Community 的写法,这样能否满足需求?
Category
/geocaching/blogs?filter_category=Community
Successfully merging a pull request may close this issue.
类型
博客
网站地址
https://www.geocaching.com/blog/
网站描述
Geocaching 的官方 Blog,上面会时不时发布一些活动动态,但没发现有 RSS feed。
需要生成什么内容?
首页 - https://www.geocaching.com/blog/
首页差不多会有 4~5 篇文章,且标题链接摘要都有,直接提取。
还有 category 和 tags,这些能一起记录到 RSS 里面吗?我不知道。
Category 路由 - https://www.geocaching.com/blog/category/news/
上面的链接只是个样例,格式是
https://www.geocaching.com/blog/category/<category_name>/
目前发现的 category_name 还挺多种的,建议将其作为 route 参数的形式处理
列举一些已经发现了的 category,但不保证还有遗漏的:
PS: 发现还有 https://www.geocaching.com/blog/category/local/espanol/ 这种路径结构的
额外描述
欢迎入坑 Geocaching!
这不是重复的 RSS 请求
The text was updated successfully, but these errors were encountered: