Advertisement
seston

confic.yml 31.01.2017

Jan 31st, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. schedules:
  2. # Run every task once an hour
  3. - tasks: lostfilm
  4. interval:
  5. minutes: 30
  6. templates:
  7.  
  8.  
  9. tvshows:
  10. series_premiere:
  11. path: /media/wd1T/rtorrent/premieres/
  12. propers: yes
  13. allow_seasonless: yes
  14. set:
  15. path: /media/wd1T/rtorrent/seriaalid/{{series_name|replace(' ', '.')}}/Season.{{series_season}}
  16. transmission:
  17. host: 127.0.0.1
  18. port: 9091
  19.  
  20.  
  21. sendmail:
  22. email:
  23. subject: Allalaetud filmid ja seep
  24. from: seston@gmail.com
  25. to: seston@gmail.com
  26. smtp_host: smtp.gmail.com
  27. smtp_port: 587
  28. smtp_username: seston@gmail.com
  29. smtp_password: eekuhifaorbmgrod
  30. smtp_tls: yes
  31. tasks:
  32.  
  33.  
  34. lostfilm:
  35. headers:
  36. cookie: "uid=1763590; pass=b104b145d32f46f62f3062028cb03293; usess=0a0de8cfdfd96064014fdce9c795ad88"
  37. rss: http://www.lostfilm.tv/rss.xml
  38. urlrewrite:
  39. newlost:
  40. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  41. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  42. template:
  43. - tvshows
  44. - sendmail
  45. regexp:
  46.  
  47.  
  48. reject:
  49. - The Complete
  50. - MP4
  51. - avi
  52. manipulate:
  53. - title:
  54. replace:
  55. regexp: '[^\x00-\x80]+'
  56. format: ''
  57. - url:
  58. replace:
  59. regexp: '&amp'
  60. format: '&'
  61. series:
  62. 1080p:
  63.  
  64. - Sherlock
  65. - Person of Interest
  66. - Elementary
  67. - The Blacklist
  68. - Homeland
  69. - Blindspot
  70. - Lucifer
  71. - Queen of the South
  72. - Lethal Weapon
  73. - The Making of the Mob
  74. - Timeless
  75. - Frequency
  76. - Incorporated
  77. - Shut Eye
  78. - Beyond
  79. - Emerald City
  80. - Taboo
  81. - Six
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement