需求
及时得知海盗湾上关于游戏City Bus Manager 的最新版本的种子
做法
使用 https://politepol.com 发现 https://thepiratebay.org/search.php?q=City+bus+manager 并不是静态html页面,考虑到海盗湾有一些rss订阅,其网址是 https://tpb.party/rss ,那么可以使用 tpb.party 来制作rss订阅源。
使用 https://politepol.com 发现 https://tpb.party/search/city%20bus%20manager确实是静态网页,可以使用Folo的转换功能来进行rss订阅源制作。
具体的网址和css选择器配置如下:
Url: https://tpb.party/search/city bus manager
Item: tr
ItemTitle: td:nth-child(2) a
ItemLink: td:nth-child(2) a
ItemPubDate: td:nth-child(3) a
ItemContent: div.detailsframe
(可以在开发者工具中右键单击对应元素,复制css选择器)
效果


posted on
浙公网安备 33010602011771号