abogomolov

Untitled

Mar 27th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.80 KB | None | 0 0
  1. variables: secrets.yml
  2. tasks:
  3.   feed1:
  4.     rss: http://feed.rutracker.cc/atom/f/2366.atom
  5.     template: tv_shows
  6.  
  7. templates:
  8.   global:
  9.     disable: retry_failed
  10.     transmission:
  11.       host: localhost
  12.       port: 9091
  13.       username: '{? trm.username ?}'
  14.       password: '{? trm.password ?}'
  15.  
  16.   tv_shows:
  17.     rutracker_auth:
  18.       username: '{? rutracker.username ?}'
  19.       password: '{? rutracker.password ?}'
  20.     manipulate:
  21.       - title:
  22.           replace:
  23.             regexp: ^.*?[а-яА-Я].*?\/\s(?=[\s\da-zA-Z])
  24.             format: ''
  25.       - title:
  26.           replace:
  27.             regexp: (\&\#039;)
  28.             format: "'"
  29.     set:
  30.       path: ~/Downloads/{? series_name ?}
  31.     series:
  32.       1080p:
  33.        - Legion
  34.     regexp:
  35.       reject:
  36.        - Legion(?!.*Newstudio)
Add Comment
Please, Sign In to add comment