Advertisement
seston

config.yml.10.06.2014

Jul 10th, 2014
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. templates:
  2.  
  3.  
  4. tvshows:
  5. series_premiere:
  6. path: /media/wd1T/rtorrent/premieres/
  7. propers: yes
  8. allow_seasonless: yes
  9. set:
  10. path: /media/wd1T/rtorrent/seriaalid/{{series_name|replace(' ', '.')}}/Season.{{series_season}}
  11. transmission:
  12. host: localhost
  13. port: 9091
  14. username: 123456
  15. password: 654321
  16.  
  17.  
  18.  
  19. sendmail:
  20. email:
  21. subject: Allalaetud filmid
  22. from: 123456@gmail.com
  23. to: 123456@gmail.com
  24. smtp_host: smtp.gmail.com
  25. smtp_port: 587
  26. smtp_username: 123456@gmail.com
  27. smtp_password: 123456
  28. smtp_tls: yes
  29.  
  30.  
  31.  
  32. tasks:
  33.  
  34.  
  35. lostfilm:
  36. headers:
  37. cookie: "uid=123456; pass=b1111111111111111111111; usess=11111111111111111111111111111"
  38. rss: http://www.lostfilm.tv/rssdd.xml
  39. urlrewrite:
  40. newlost:
  41. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  42. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  43. template:
  44. - tvshows
  45. - sendmail
  46. regexp:
  47. reject_excluding:
  48. - 1080p
  49. reject:
  50. - The Complete
  51.  
  52. manipulate:
  53. - title:
  54. replace:
  55. regexp: '[^\x00-\x80]+'
  56. format: ''
  57. - url:
  58. replace:
  59. regexp: '&amp'
  60. format: '&'
  61. series:
  62. - Almost Human
  63. - Arrow
  64. - Beauty and the beast
  65. - Sleepy Hollow
  66. - Marvel's Agents of S.H.I.E.L.D.
  67. - Bitten
  68. - Sherlock
  69. - Person of Interest
  70. - Helix
  71. - The Musketeers
  72. - Beauty and the Beast
  73. - Elementary
  74. - Bates Motel
  75. - Klondike
  76. - Believe
  77. - Revolution
  78. - Continuum
  79. - The Hundred
  80. - Da Vinci's Demons
  81. - Warehouse 13
  82. - FARGO
  83. - Penny Dreadful
  84. - Rosemary's Baby
  85.  
  86. baibako:
  87. template:
  88. - tvshows
  89. - sendmail
  90. headers:
  91. cookie: "uid=123456;pass=2222222222222222222222222"
  92. rss: http://baibako.tv/rss2.php?feed=dl
  93. regexp:
  94. reject_excluding:
  95. - 1080p
  96. manipulate:
  97. - title:
  98. replace:
  99. regexp: '[^\x00-\x80]+'
  100. format: ''
  101. - url:
  102. replace:
  103. regexp: '&amp'
  104. format: '&'
  105. series:
  106. - Silicon Valley
  107. - Turn
  108. - Salem
  109. - Gang Related
  110. - Undateable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement