Advertisement
seston

config.yml.04.10.2014 17.29.

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