http://flexget.com/wiki/InstallWizard/Linux/Environment
注:需事先安装配置完毕transmission
—————— 安装软件 ——————
yum -y install python-setuptools
easy_install pip
pip install flexget
pip install transmissionrpc
flexget -V
flexget database cleanup
—————— 建立目录及配置文件 ——————
mkdir -p ~/.flexget/
mkdir -p ~/.flexget/rss/
vim ~/.flexget/config.yml
tasks:
cmct:
rss: https://hdcmct.org/torrentrss.php
accept_all: yes
download: /root/.flexget/rss/
transmission:
host: localhost
port: 9091
username: zephyr
password: pass
—————— 检查及运行 ——————
flexget check
flexget execute
—————— 加入定期运行列表 ——————
which flexget
crontab -e
*/1 * * * * /usr/bin/flexget execute #每分钟抓取一次
参考:
1.在Netgear RN102上使用Transmission+Flexge
https://bbs.zephyrxt.com/thread-17388-1-1.html
https://bbs.zephyrxt.com/thread-17387-1-1.html