Advertisement
seston

config.yml 21.03.2015

Mar 21st, 2015
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. schedules:
  2. # Run every task once an hour
  3. - tasks: 'lostfilm'
  4. interval:
  5. hours: 1
  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
  24. from: *********@gmail.com
  25. to: ***********@gmail.com
  26. smtp_host: smtp.gmail.com
  27. smtp_port: 587
  28. smtp_username: *********@gmail.com
  29. smtp_password: PassWord
  30. smtp_tls: yes
  31.  
  32.  
  33.  
  34. tasks:
  35.  
  36.  
  37. lostfilm:
  38. headers:
  39. cookie: "uid=**********; pass=bla_bla_bla.......; usess=***************dce9c795ad88"
  40. rss: http://www.lostfilm.tv/rssdd.xml
  41. urlrewrite:
  42. newlost:
  43. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  44. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  45. template:
  46. - tvshows
  47. - sendmail
  48. regexp:
  49.  
  50.  
  51. reject:
  52. - MP4
  53. - avi
  54. manipulate:
  55. - title:
  56. replace:
  57. regexp: '[^\x00-\x80]+'
  58. format: ''
  59. - url:
  60. replace:
  61. regexp: '^https'
  62. format: 'http'
  63. series:
  64. 1080p:
  65. - Almost Human
  66. - Arrow The Complete
  67. - Beauty and the beast
  68. - Sleepy Hollow
  69. - Marvel's Agents of S.H.I.E.L.D.
  70. - Bitten
  71. - Sherlock
  72. - Person of Interest
  73. - Elementary
  74. - Bates Motel
  75. - Revolution
  76. - Continuum
  77. - Warehouse 13
  78. - FARGO
  79. - Under the Dome
  80. - Gotham
  81. - The Strain
  82. - Houdini
  83. - Extant
  84. - The Bridge
  85. - The Blacklist
  86. - Forever
  87. - Legends
  88. - Homeland
  89. - Star Wars Rebels
  90. - The Flash
  91. - Constantine
  92. - The Musketeers
  93. - The Last Ship
  94. - The Librarians
  95. - Agent Carter
  96. - Helix
  97. - Black Sails
  98. - 12 Monkeys
  99. Battle Creek
  100. 720p:
  101. - Peaky Blinders
  102. - Transporter
  103. - Utopia
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement