Buffalo ls Flexget + RSS成功分享(2014年3月2日更新)
本帖最后由 雨箫 于 2014-3-2 16:22 编辑ipkg install python27 py27-setuptools2、把/opt/lib/python2.7/distutils/distutils.cfg里面的pytohon2.5 改为python2.7
3、安装flexget
ipkg install python27 py27-setuptools
mkdir /tmp2
export TEMP=/tmp2
easy_install-2.7 --upgrade setuptools
easy_install-2.7 pip
easy_install-2.7 feedparser
easy_install-2.7 flexget
4、检查flexget/opt/local/bin/flexget -V
本帖最后由 雨箫 于 2014-3-2 16:20 编辑
5、设置flexget
flexget的配置文件为 ~/.flexget/config.yml
tasks:
hdc basket:
rss: http://hdchina.org/rssbasket.php?uid=***&pass=*******
accept_all: yes
download: /mnt/disk1/share/Downloads/watchtor 本帖最后由 雨箫 于 2014-3-3 11:21 编辑
6、检查 flexget
/opt/local/bin/flexget check7、开启 flexget
/opt/local/bin/flexget execute8 建立自动运行机制
进入/etc/cron/crontabs/root
加入二行(每45分钟运行一次):*/45 * * * * /opt/local/bin/flexget execute
@reboot /opt/local/bin/flexget daemon start -d
重启自动运行
/etc/init.d/cron.sh restart
具体参照 http://flexget.com/wiki/InstallWizard/BuffaloLinkstation 群晖可以吗 Buffalo Ls421DE 不成功,easy_install-2.7 --upgrade setuptools 时显示 Bus Error
页:
[1]