RSSHub
RSSHub copied to clipboard
feat: Add thread page BT for 1lou.me
Involved Issue / 该 PR 相关 Issue
None
Example for the Proposed Route(s) / 路由地址示例
/1lou/thread
New RSS Route Checklist / 新 RSS 路由检查表
- [x] New Route / 新的路由
- [x] Follows Script Standard / 跟随 路由规范
- [ ] Anti-bot or rate limit / 反爬/频率限制
- [ ] If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
- [ ] Date and time / 日期和时间
- [ ] Parsed / 可以解析
- [ ] Correct time zone / 时区正确
- [ ] New package added / 添加了新的包
- [ ]
Puppeteer
Note / 说明
在通用的 /1lou/:params{.+}? 路由基础上增加到具体帖子页的路由,用于监控获取指定帖子里的所有 bt 链接
Please use actual values in routes section instead of path parameters.
请在 routes 部分使用实际值而不是路径参数。
Successfully generated as following:
http://localhost:1200/1lou/thread - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>BT之家1LOU站 - BT 之家 1LOU 站</title>
<link>https://www.1lou.me/thread.htm</link>
<atom:link href="http://localhost:1200/1lou/thread" rel="self" type="application/rss+xml"></atom:link>
<description>分享快乐,如此简单 ! BT电影天堂-影视资源交流社区 , BT之家官网:1lOU.ME ,BT之家BTBTT,BT之家BTBBT,BTHome,BTHouse - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>[email protected] (RSSHub)</webMaster>
<language>zh-cn</language>
<image>
<url>https://www.1lou.me/view/img/logo.png</url>
<title>BT之家1LOU站 - BT 之家 1LOU 站</title>
<link>https://www.1lou.me/thread.htm</link>
</image>
<lastBuildDate>Tue, 29 Apr 2025 15:20:20 GMT</lastBuildDate>
<ttl>5</ttl>
</channel>
</rss>
怎么触发重新跑测试案例?
Updating the description will re trigger the route test.
Successfully generated as following:
http://localhost:1200/1lou/thread - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>BT之家1LOU站 - BT 之家 1LOU 站</title>
<link>https://www.1lou.me/thread.htm</link>
<atom:link href="http://localhost:1200/1lou/thread" rel="self" type="application/rss+xml"></atom:link>
<description>分享快乐,如此简单 ! BT电影天堂-影视资源交流社区 , BT之家官网:1lOU.ME ,BT之家BTBTT,BT之家BTBBT,BTHome,BTHouse - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>[email protected] (RSSHub)</webMaster>
<language>zh-cn</language>
<image>
<url>https://www.1lou.me/view/img/logo.png</url>
<title>BT之家1LOU站 - BT 之家 1LOU 站</title>
<link>https://www.1lou.me/thread.htm</link>
</image>
<lastBuildDate>Fri, 02 May 2025 13:59:07 GMT</lastBuildDate>
<ttl>5</ttl>
</channel>
</rss>
请问还需要什么工作才会合并该 pr?