Advertisement
Guest User

config.yml

a guest
Mar 11th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.12 KB | None | 0 0
  1. schedules:
  2.   - tasks: '*'
  3.     interval:
  4.       minutes: 10
  5. tasks:
  6.   Lostfilm:
  7.     cookies: ~/.config/flexget/cookies.sqlite
  8.     rss:
  9.       url: 'http://www.lostfilm.tv/rssdd.xml'
  10.       ascii: yes
  11.     verify_ssl_certificates: no
  12.     urlrewrite:
  13.       newlost:
  14.         regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  15.         format: 'http://www.lostfilm.tv/download.php?\g<details>'
  16.     manipulate:
  17.       - description:
  18.           remove: yes
  19.       - title:
  20.           replace:
  21.             regexp: '[^\x00-\x80]+ [A-Z]+'
  22.             format: ''
  23.       - url:
  24.           replace:
  25.             regexp: '&amp;'
  26.             format: '&'
  27.             regexp: '^https'
  28.             format: 'http'
  29.     download:
  30.       path: /mnt/public/download/torrent/
  31.       overwrite: yes
  32.     regexp:
  33.       accept:
  34.          - 'Castle'
  35.           - 'Hundred': {from: title}
  36.           - 'Philadelphia'
  37.           - 'Blacklist'
  38.           - '12 Monkeys'
  39.           - 'Gotham'
  40.           - 'Bitten'
  41.       reject:
  42.          #- '720p'
  43.           - 'x264'
  44.           - 'XviD'
  45.           #- 'MP4'
  46.           - 'Complete'
  47.           - '1080p'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement