Flexget

部署flexget

配合 qb/tr/aria2 等工具实现 rss 自动下载

docker compose

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
version: "3"
services:
  flexget:
    image: wiserain/flexget
    container_name: flexget
    restart: always
    ports:
      - 5050:5050
    environment:
      - PUID=0
      - PGID=0
      - TZ=Asia/Shanghai
      - FG_WEBUI_PASSWD=passwd
    volumes:
      - ./config:/config
      - ./data:/data

配置文件

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
web_ui: yes

# https://flexget.com/Plugins/regexp

templates:
  tr:
    add_trackers:
      - http://tracker.gbitt.info/announce
      - https://tracker.lilithraws.cf/announce
      - https://tracker1.520.jp/announce
      - http://www.wareztorrent.com/announce
      - https://tr.burnabyhighstar.com/announce
      - http://tk.greedland.net/announce
      - http://trackme.theom.nz:80/announce
      - https://tracker.foreverpirates.co:443/announce
      - http://tracker3.ctix.cn:8080/announce
      - https://tracker.m-team.cc/announce.php
      - https://tracker.gbitt.info:443/announce
      - https://tracker.loligirl.cn/announce
      - https://tp.m-team.cc:443/announce.php
      - https://tr.abir.ga/announce
      - http://tracker.electro-torrent.pl/announce
      - http://1337.abcvg.info/announce
      - https://trackme.theom.nz:443/announce
      - https://tracker.tamersunion.org:443/announce
      - https://tr.abiir.top/announce
      - http://www.all4nothin.net:80/announce.php
      - https://tracker.kuroy.me:443/announce
      - https://1337.abcvg.info:443/announce
      - http://torrentsmd.com:8080/announce
      - https://tracker.gbitt.info/announce
    transmission:
      host: 192.168.1.1
      port: 9091
      # username:
      # password:

tasks:
  mikan:
    rss: https://mikanime.tv/rss/mybangumi?token=
    accept_all: no
    seen:
      fields:
        - url
    regexp:
      reject:
        - "720"
        - \d+-\d
    template:
      - tr
    regexp:
      accept:
        - 葬送的芙莉莲:
            set:
              path: "/mnt/sda1/Bangumi/葬送的芙莉莲/S1/"
        - 迷宫饭:
            not:
              - "繁"
            set:
              path: "/mnt/sda1/Bangumi/迷宫饭/S1/"

schedules:
  - tasks: '*'
    interval:
      minutes: 30
# end
##  
Built with Hugo
Theme Stack designed by Jimmy