Advertisement
seston

config.yml.04.10.2014 17.29.

Oct 4th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 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: 127.0.0.1
  13. port: 9091
  14.  
  15.  
  16. sendmail:
  17. email:
  18. subject: Allalaetud filmid
  19. from: seston@gmail.com
  20. to: seston@gmail.com
  21. smtp_host: smtp.gmail.com
  22. smtp_port: 587
  23. smtp_username: seston@gmail.com
  24. smtp_password: 1234567890
  25. smtp_tls: yes
  26.  
  27.  
  28.  
  29. tasks:
  30.  
  31.  
  32. lostfilm:
  33. headers:
  34. cookie: "uid=1763590; pass=b104b145d32f46f62f3062028cb03293; usess=0a0de8cfdfd96064014fdce9c795ad88"
  35. rss: http://www.lostfilm.tv/rssdd.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. reject_excluding:
  45. - 1080p
  46. reject:
  47. - The Complete
  48.  
  49. manipulate:
  50. - title:
  51. replace:
  52. regexp: '[^\x00-\x80]+'
  53. format: ''
  54. - url:
  55. replace:
  56. regexp: '&amp'
  57. format: '&'
  58. series:
  59. - Almost Human
  60. - Arrow
  61. - Beauty and the beast
  62. - Sleepy Hollow
  63. - Marvel's Agents of S.H.I.E.L.D.
  64. - Bitten
  65. - Sherlock
  66. - Person of Interest
  67. - Helix
  68. - The Musketeers
  69. - Beauty and the Beast
  70. - Elementary
  71. - Bates Motel
  72. - Klondike
  73. - Believe
  74. - Revolution
  75. - Continuum
  76. - The Hundred
  77. - Da Vinci's Demons
  78. - Warehouse 13
  79. - FARGO
  80. - Penny Dreadful
  81. - Rosemary's Baby
  82. - Under the Dome
  83. - Gotham
  84. - The Strain
  85. - Houdini
  86. - Z Nation
  87. - Extant
  88. - The Bridge
  89. - The Blacklist
  90. - Forever
  91.  
  92.  
  93. baibako:
  94. template:
  95. - tvshows
  96. - sendmail
  97. rss: http://baibako.tv/rss2.php?feed=dl&passkey=213601cb017d46f0b8594fdd4934e3eb
  98.  
  99. manipulate:
  100. -description:
  101. remove: yes
  102.  
  103. - title:
  104. replace:
  105. regexp: '[^\x00-\x80]+'
  106. format: ''
  107. - url:
  108. replace:
  109. regexp: '&amp;'
  110. format: '&'
  111. - quality: 1080p
  112. series:
  113. - Silicon Valley
  114. - Turn
  115. - Salem
  116. - Gang Related
  117. - Undateable
  118. - Manhattan
  119. - Z Nation
  120. - Doctor Who
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement