nahornyy

Untitled

Feb 10th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. variables: private/secretfile.yml
  2. schedules:
  3. - tasks: '*'
  4. interval:
  5. minutes: 30
  6. templates:
  7. tvshows:
  8. thetvdb_lookup: yes
  9. set:
  10. path: /home/media/Video/TV Shows/{{series_name}}/Season {{series_season}}
  11. label: TV Shows
  12. deluge:
  13. username: '{? deluge.username ?}'
  14. password: '{? deluge.password ?}'
  15. port: 58846
  16. series_premiere: yes
  17. notifycation:
  18. notify:
  19. entries:
  20. template: html-downloaded.template
  21. via:
  22. - email:
  23. from: '{? email.from ?}'
  24. to: '{? email.to ?}'
  25. smtp_host: smtp.gmail.com
  26. smtp_port: 587
  27. smtp_username: '{? email.username ?}'
  28. smtp_password: '{? email.password ?}'
  29. smtp_tls: yes
  30. tasks:
  31. Lostfilm:
  32. template:
  33. - tvshows
  34. - notifycation
  35. headers:
  36. cookie: '{? lostfilm.cookie ?}'
  37. rss: http://old.lostfilm.tv/rssdd.xml
  38. verify_ssl_certificates: no
  39. urlrewrite:
  40. newlost:
  41. regexp: 'https://www.lostfilm.tv/download.php\?(?P<details>.*)'
  42. format: 'http://old.lostfilm.tv/download.php?\g<details>'
  43. regexp:
  44. reject:
  45. - The Complete
  46. - mp4
  47. - 720p
  48. manipulate:
  49. - title:
  50. replace:
  51. regexp: \)\.\s\(
  52. format: ') [webdl 480p]. ('
  53. - title:
  54. replace:
  55. regexp: '[0-9]\.\s\('
  56. format: ') [webdl 480p]. ('
  57. - title:
  58. replace:
  59. regexp: '[^a-zA-Z0-9()]+|\bPilot\b'
  60. format: ' '
  61. - url:
  62. replace:
  63. regexp: '&amp;'
  64. format: '&'
  65. include: private/lostfilm.yml
Add Comment
Please, Sign In to add comment