loopyd

Flexget config.yaml

Mar 29th, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.61 KB | None | 0 0
  1. schedules:
  2.   - tasks: 'cleanup-rss-archive'
  3.     schedule:
  4.       day_of_week: sun
  5.       hour: 1
  6.       minute: 1
  7.  
  8.   - tasks: 'sync-rss'
  9.     schedule:
  10.       minute: 45
  11.       hour: 1-23/2
  12.      
  13. tasks:
  14.   cleanup-rss-archive:
  15.     filesystem:
  16.       path: 'C:\Users\[ removed ]\flexget\torrents\gaytorrent\'
  17.       recursive: no
  18.     age:
  19.       field: created
  20.       action: accept
  21.       age: 2 days
  22.     seen: local
  23.     delete:
  24.       allow_dir: no
  25.       clean_source: 1
  26.     run_task:
  27.       when:
  28.         - always
  29.       task:
  30.        - cleanup-torrent-archive-step1
  31.         - cleanup-torrent-archive-step2
  32.  
  33.   cleanup-torrent-archive-step1:
  34.     filesystem:
  35.       path: 'C:\Users\[ removed ]\Documents\qbittorrent\gaytorrent.ru\'
  36.       recursive: no
  37.       retrieve:
  38.        - files
  39.         - dirs
  40.     regexp:
  41.       reject:
  42.        - Gay
  43.         - TeamOS
  44.       rest: accept
  45.     seen: local
  46.     move:
  47.       to: 'C:\Users\[ removed ]\Documents\qbittorrent\gaytorrent.ru\Gay\'
  48.       allow_dir: yes
  49.       clean_source: 1
  50.  
  51.   cleanup-torrent-archive-step2:
  52.     filesystem:
  53.       path: 'C:\Users\[ removed ]\Documents\qbittorrent\gaytorrent.ru\Gay\'
  54.       recursive: yes
  55.     age:
  56.       field: created
  57.       action: accept
  58.       age: 7 days
  59.     seen: local
  60.     delete:
  61.       allow_dir: yes
  62.       clean_source: 1
  63.      
  64.   sync-rss:
  65.     rss:
  66.       url: '[ removed ]'
  67.       all_entries: yes
  68.       link:
  69.        - link
  70.         - magneturi
  71.       group_links: no
  72.     accept_all: yes
  73.     limit_new: 15
  74.  
  75.     download:
  76.       path: C:\Users\[ removed ]\flexget\torrents\gaytorrent
  77.       overwrite: no
Advertisement
Add Comment
Please, Sign In to add comment