Advertisement
seston

confic.yml 31.01.2017

Jan 31st, 2017
289
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. smtp_host: smtp.gmail.com
  25. smtp_port: 587
  26. smtp_username: [email protected]
  27. smtp_password: eekuhifaorbmgrod
  28. smtp_tls: yes
  29. tasks:
  30.  
  31.  
  32. lostfilm:
  33. headers:
  34. cookie: "uid=1763590; pass=b104b145d32f46f62f3062028cb03293; usess=0a0de8cfdfd96064014fdce9c795ad88"
  35. rss: http://www.lostfilm.tv/rss.xml
  36. urlrewrite:
  37. newlost:
  38. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  39. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  40. template:
  41. - tvshows
  42. - sendmail
  43. regexp:
  44.  
  45.  
  46. reject:
  47. - The Complete
  48. - MP4
  49. - avi
  50. manipulate:
  51. - title:
  52. replace:
  53. regexp: '[^\x00-\x80]+'
  54. format: ''
  55. - url:
  56. replace:
  57. regexp: '&amp'
  58. format: '&'
  59. series:
  60. 1080p:
  61.  
  62. - Sherlock
  63. - Person of Interest
  64. - Elementary
  65. - The Blacklist
  66. - Homeland
  67. - Blindspot
  68. - Lucifer
  69. - Queen of the South
  70. - Lethal Weapon
  71. - The Making of the Mob
  72. - Timeless
  73. - Frequency
  74. - Incorporated
  75. - Shut Eye
  76. - Beyond
  77. - Emerald City
  78. - Taboo
  79. - Six
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement