Advertisement
Guest User

Untitled

a guest
Jul 10th, 2015
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. schedules:
  2. - tasks: '*'
  3. interval:
  4. minutes: 10
  5.  
  6. templates:
  7. download_torrent:
  8. transmission:
  9. host: localhost
  10. port: 9091
  11. username: user
  12. password: pass
  13. pushbullet:
  14. apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  15. title: "{{series_name}} - {{task}}"
  16. body: "Download started - {{series_id}}"
  17. email:
  18. subject: Allalaetud filmid
  19. from: *********@gmail.com
  20. to: ***********@gmail.com
  21. smtp_host: smtp.gmail.com
  22. smtp_port: 587
  23. smtp_username: *********@gmail.com
  24. smtp_password: PassWord
  25. smtp_tls: yes
  26.  
  27. tasks:
  28. litrcc:
  29. rss: http://litr.cc/rss/download/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  30. template: download_torrent
  31. accept_all: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement