首页HTML开始的地方

pt自动化

  • autoremove-torrents

https://autoremove-torrents.readthedocs.io/zh_CN/latest/index.html

安装

yum install epel-release
yum install python3-pip
pip3 install --upgrade pip setuptools

pip install autoremove-torrents #安装

find / -name 'autoremove-torrents' #找路径

创建配置文件

cd
mkdir AutoRemove
cd AutoRemove
vim config.yml

测试运行

cd /root/AutoRemove
autoremove-torrents --view #不删除,查看是否命中

autoremove-torrents #执行一次删除

设置定时任务

crontab -e

*/1 * * * * /usr/local/bin/autoremove-torrents --conf=/root/AutoRemove/config.yml --log=/root/AutoRemove/logs #1分钟

cat /etc/crontab

systemctl restart cron.service #重启cron服务

crontab -l #查看已有的cron服务

查看运行情况日志

logs文件夹,logs文件按天会单独列出。

配置文件举例

My_AutoRemove:
  client: qbittorrent
  host: http://127.0.0.1:8080
  username: admin
  password: adminadmin
  strategies:
    My_strategy:
      remove: (progress > 98 ) or (seeding_time > 18000 and ratio < 0.3) or (seeding_time > 36000 and ratio < 0.5)
    free_space:
      min: 5
      path: 路径
      action: remove-slow-upload-seeds
  delete_data: true

  

  • FlexGet

https://flexget.com/InstallWizard/Linux

安装flexget

pip install flexget

which flexget #查询 FlexGet 安装位置,例如位置为 /usr/local/bin/flexget
flexget -V #查看flexget版本

配置Flexget目录及config文件

mkdir ~/.flexget #创建.flexget目录
vim ~/.flexget/config.yml # 创建及更改config.yml内容
mkdir ~/.flexget/plugins && cd ~/.flexget/plugins && wget https://github.com/Juszoe/flexget-nexusphp/releases/download/v1.4/nexusphp.py #创建plugins目录,下载nexusphp插件

#插件安装,在Flexget配置文件夹下新建plugins文件夹。
#再次注意plugins文件夹和config.yml处在同一级目录下。
#将插件拷贝至plugins,若启用了Web-UI或守护进程,则重启flexget重新加载配置。

 https://github.com/Juszoe/flexget-nexusphp

#插件使用,直接编辑config.yml

...#省略
tasks:
  name1:
    rss: https://www.rss.com
    accept_all: yes
    content_size:
      min: 2048
      max: 100000
      strict: no
    qbittorrent: #使用内置插件
      path: /下载路径
      host: localhost
      port: 8080
      username: admin
      password: adminadmin
    nexusphp: #使用第三方插件
      cookie: 'a=xxx; b=xxx'  # 必填
      discount:  # 优惠信息 选填
       - free
...#省略

 

 

 

flexget web passwd ThisIsPassword #改ui密码ThisIsPassword
flexget daemon start --daemonize #开启 webui 后台运行

Config文件样本

templates:
  qb:
    qbittorrent:
      path: /下载路径
      host: http://127.0.0.1
      port: 8080
      username: admin
      password: adminadmin
tasks:
  name1:
    rss: https://www.rss.com
    accept_all: yes
    content_size:
      min: 2048
      max: 100000
      strict: no
    qbittorrent:
      path: /下载路径
      host: localhost
      port: 8080
      username: admin
      password: adminadmin
  name2:
    rss: https://www.rss.com
    accept_all: yes
    download: /data1/download
web_server:
  bind: 0.0.0.0
  port: 3539
  web_ui: yes
schedules:
  - tasks: '*'
    interval:
      minutes: 6

  

  • qb

dnf install epel-release
yum install -y qbittorrent-nox
qbittorrent-nox -d #后台启动

 

发送缓冲区上限: (?)500  KiB
发送缓冲区下限: (?)20  KiB
发送缓冲区增长系数: (?)200  %
磁盘缓存到期间隔: (?)30 秒

 

种子会自动保存在 /root/.local/share/qBittorrent/BT_backup 目录下

文件夹里的文件成对出现,后缀为.torrent和.fastresume

前者为原始种子文件,后者记录了种子的详细信息,包含tracker、添加时间、保存位置、速度限制、上传限制等

机器换了系统,重装了bt软件,种子太多,提取出来重新导入并做种

  

HDsky 天空 高清原盘特效字幕
chdbits 彩虹岛/新岛/金钱岛
totheglory TTG/听听歌 wiki压制组优秀
HDchina 瓷器

HDHome 家园


U2 幼儿园,这个站主打动漫

OurBits 我堡

MT、HDsky、chdbits 更适合喜欢收集原盘的pter

三家小体积,资源丰富,质量好

 站规不允许提站名 特效字幕,站点清爽舒服

PTerClub 猫站 综合资源多,电视剧电影资源优秀,MV、19+ 常满员需要坑位 默认永久保号
KeepFRDS 朋友 x265编码,小体积,基本是自家资源 很特立独行的一个站,电影资源优

posted @ 2023-07-04 15:46  csnotes  阅读(168)  评论(0编辑  收藏  举报

这是页脚html