Flexget插件,增强对NexusPHP的过滤
过滤条件包括种子优惠信息(free等)、做种者情况、下载者情况
更多插件:IO过高时停止任务插件
本插件会爬取details.php页面,请将参数限制到合理的范围,减轻对服务器负担
本插件已尽量减轻服务器负担,因本插件造成账号封禁等损失,请自行承担后果
建议 将RSS条目限制在20条以内,将Flexget运行频率设置在10分钟以上。
如果不想对人数进行过滤,不建议设置seeders和leechers参数。
~/.flexget/plugins/ # Linux
C:\Users\<YOURUSER>\flexget\plugins\ # Windows
再次注意plugins
文件夹和config.yml
处在同一级目录下,例如:
/.flxget
┕━config.yml
┕━plugins
┕━nexusphp.py
nexusphp:
cookie: 'a=xxx; b=xxx' # 必填
discount: # 优惠信息 选填
- free
nexusphp:
cookie: 'a=xxx; b=xxx' # 必填
discount: # 优惠信息 选填
- free
- 2x
- 2x50%
- 2xfree
- 50%
- 30%
seeders: # 做种情况 选填(兼容性较差不建议使用)
min: 1
max: 2
leechers: # 下载情况 选填(兼容性较差不建议使用)
min: 10
max: 100
max_complete: 0.8
left-time: 1 hours # 优惠剩余时间 选填
hr: no # 是否下载HR 选填
adapter: # 站点适配器,自行适配站点,参考最下方常见问题 选填
free: free
2x: twoup
2xfree: twoupfree
30%: thirtypercent
50%: halfdown
2x50%: twouphalfdown
comment: no # 在torrent注释中添加详情链接 选填
user-agent: xxxxxx # 浏览器标识 选填
remember: yes # 记住优惠信息 选填 请勿随意设置
rss:
url: https://www.example.com/rss
other_fields: [link]
flexget execute
# 如果仅仅想要测试而不下载,可以添加 --test 参数
flexget --test execute
cookie
网站cookie 必须填写discount
优惠类型 默认不限制优惠类型。free 2x 2x50% 2xfree 50% 30%
注意:x为英文字母
seeders
做种情况 做种人数超出范围的,Flexget将不会下载
注意:此选项兼容性较差
min
最小做种人数。整数,默认不限制max
最大做种人数。整数,默认不限制leechers
下载情况 下载人数超出范围的,Flexget将不会下载
注意:此选项兼容性较差
min
最小下载人数。整数,默认不限制max
最大下载人数。整数,默认不限制max_complete
下载者中最大完成度 超过这个值将不下载。
小数,范围0-1.0
,默认为1left-time
最小剩余时间 当实际剩余时间小于设置的值,则不下载。
时间字符串,例如 3 hours
、10 minutes
、1 days
。
例如设置1 hours
,优惠剩余59分钟,那么就不下载。默认不限制hr
是否下载HR种 默认 yesyes
会下载HR,即不过滤HRno
不下载HRadapter
站点适配器 站点不兼容时可自定义,具体参考
判断站点以及适配站点comment
在torrent注释中添加详情链接yes
在torrent注释中添加详情链接,方便在BT客户端查看no
默认值user-agent
浏览器标识 默认为Google浏览器remember
记住优惠信息 不建议设置为 no,因为会增大站点压力。默认 yestasks:
my-free-task:
rss:
url: https://www.example.com/rss.xml
other_fields:
- link
nexusphp:
cookie: 'a=xxx; b=xxx'
discount:
- free
- 2xfree
download: ~/flexget/torrents/
tasks:
my-hot-task:
rss:
url: https://www.example.com/rss.xml
other_fields:
- link
nexusphp:
cookie: 'a=xxx; b=xxx'
seeders:
min: 1
leechers:
min: 20
download: ~/flexget/torrents/
tasks:
no-hr-task:
rss:
url: https://www.example.com/rss.xml
other_fields:
- link
nexusphp:
cookie: 'a=xxx; b=xxx'
hr: no
download: ~/flexget/torrents/
本插件只支持Python 3.X或Python 2.7版本,其他版本不可用,请卸载Flexget后使用Python3重装
pip uninstall flexget # 卸载
pip3 install flexget # 使用pip3安装
如果站点禁止使用脚本爬虫,应立即停止使用本插件
某些站点安全性要求较高,ip或浏览器变动时无法使用cookie访问,需要重新登录。
解决办法:设置 user-agent 参数与浏览器相同,查看浏览器user-agent的方法自行搜索,并保证登录ip与使用Flexget相同。
当触发Cloudflare五秒盾通常有以下提示:
NexusPHP._get_info: 503 Server Error: Service Temporarily Unavailable for url
解决方案也很简单,可以考虑使用Flexget官方内置的插件cfscraper
pip install cloudscraper
cfscraper: yes
注意!绕过站点安全机制可能有风险,自行决定是否使用
插件经常需要时间维护,如果本插件对你有用,可以请作者吃顿饭😉,给作者提供更多动力