RSSHub icon indicating copy to clipboard operation
RSSHub copied to clipboard

feat: Add thread page BT for 1lou.me

Open liunian opened this issue 8 months ago • 6 comments

Involved Issue / 该 PR 相关 Issue

None

Example for the Proposed Route(s) / 路由地址示例

/1lou/thread

New RSS Route Checklist / 新 RSS 路由检查表

  • [x] New Route / 新的路由
  • [ ] 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 链接

liunian avatar Apr 29 '25 14:04 liunian

Please use actual values in routes section instead of path parameters. 请在 routes 部分使用实际值而不是路径参数。

github-actions[bot] avatar Apr 29 '25 14:04 github-actions[bot]

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>

github-actions[bot] avatar Apr 29 '25 15:04 github-actions[bot]

怎么触发重新跑测试案例?

liunian avatar May 01 '25 11:05 liunian

Updating the description will re trigger the route test.

TonyRL avatar May 01 '25 14:05 TonyRL

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>

github-actions[bot] avatar May 02 '25 13:05 github-actions[bot]

请问还需要什么工作才会合并该 pr?

liunian avatar May 19 '25 14:05 liunian