Advertisement
johnny277

Untitled

Mar 16th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. schedules:
  2.   - tasks: lostfilm
  3.     interval:
  4.       minutes: 30
  5. templates:
  6.   tvshows:
  7.     set:
  8.       path: /home/koji/Dropbox/Torrents/
  9.     transmission:
  10.       host: 192.168.1.27
  11.       port: 9091
  12.       username: koji
  13.       password: rfghbrf
  14. tasks:
  15.   lostfilm:
  16.     template:
  17.      - tvshows
  18.     download: /home/koji/Dropbox/Torrents/
  19.     headers:
  20.       cookie: uid=***; pass=***; usess=***
  21.     rss: https://www.lostfilm.tv/rssdd.xml
  22.     verify_ssl_certificates: no
  23.     urlrewrite:
  24.       lostfilm:
  25.         regexp: 'https://www.lostfilm.tv/download.php\?(?P<details>.*)'
  26.         format: 'https://www.lostfilm.tv/download.php?\g<details>'
  27.     regexp:
  28.       accept:
  29.        - mkv
  30.         - 1080p
  31.       reject:
  32.        - The Complete
  33.         - avi
  34.         - mp4
  35.         - 720p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement