Open YadongM opened 3 years ago
配置错误。。。而且还有点多 下面这个是我自用的,你先套用,再慢慢加吧,慢慢变,每次成功之后,就备份一次,失败了,再从成功的版本改
templates: # 剩余空间模板,当 path 对应的路径的剩余空间小于 space 规定的数值的时候停止 RSS 下载
standard:
free_space:
path: /10/de/down/
space: 1024
seen:
fields:
- url
qb:
qbittorrent:
path: /10/de/down/
host: localhost
port: 2017
username: ******
password: ******
tasks:
u2-free:
rss:
url: https://u2.dmhy.org/torrentrss.php?rows=10&isize=1&trackerssl=1&passkey=f0******a7&linktype=dl
other_fields:
- link
template: qb # 调用上边的 qb 模板
qbittorrent: # 对这个任务加载到 qb 的种子,自动添加 u2 的标签
label: u2-free
maxupspeed: 50000 # 单种最大上传速度 500MB/s
nexusphp:
cookie: 'nexusphp_u2=f**************'
discount: # 优惠信息 选填
- free
- 2xfree
seeders: # 做种情况 选填
min: 0
max: 4
leechers: # 下载情况 选填
min: 5
max: 99999
max_complete: 0.5
left-time: 10 hours # 优惠剩余时间 选填
remember: no # 记住优惠信息 选填 请勿随意设置
download: /10/de/down/ # 种子下载路径
content_size: # 可以不使用模板的体积过滤,针对每个任务单独设置体积过滤 (单位mb)
# min: 0
max: 100000
strict: no
hdsky-official-free:
rss:
url: https://hdsky.me/torrentrss.php?rows=******8c4
other_fields:
- link
template: qb # 调用上边的 qb 模板
qbittorrent: # 对这个任务加载到 qb 的种子,自动添加 u2 的标签
label: hdsky-official-free
maxupspeed: 10000 # 单种最大上传速度 500MB/s
nexusphp:
cookie: 'c_secure_uid=OTM0NTQ%3D; c_secure_pass=******26094'
discount: # 优惠信息 选填
- free
- 2xfree
seeders: # 做种情况 选填
min: 0
max: 4
leechers: # 下载情况 选填
min: 5
max: 99999
max_complete: 0.5
left-time: 5 hours # 优惠剩余时间 选填
remember: yes # 记住优惠信息 选填 请勿随意设置
download: /10/de/down/ # 种子下载路径
content_size: # 可以不使用模板的体积过滤,针对每个任务单独设置体积过滤 (单位mb)
# min: 0
max: 50000
strict: no
web_server:
port: 6566 #这是flexget的端口,一般不用改
web_ui: yes
下面这里缩进错误
tasks:
pth:
rss:
十分感谢大佬!! 现在不用担心缩进问题了
config.yml:
flexget.log:
ubuntu 18.04 Python 3.8.5