Advertisement
insippo

config.yml

Jan 6th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. presets:
  2. tvshows:
  3. transmission:
  4. host: localhost
  5. port: 9091
  6. username: xxxxxxxx
  7. password: xxxxxxxx
  8.  
  9. tasks:
  10. lostfilm:
  11. headers:
  12. cookie: "uid=; pass=; usess="
  13. preset:
  14. - tvshows
  15. regexp:
  16. reject:
  17. - The Complete
  18. - avi
  19. - mp4
  20. rss:
  21. url: http://lostfilm.tv/rssdd.xml
  22. urlrewrite:
  23. newlost:
  24. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  25. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  26. manipulate:
  27. - title:
  28. replace:
  29. regexp: '[^\x00-\x80]+'
  30. format: ''
  31. - url:
  32. replace:
  33. regexp: '&amp;amp'
  34. format: '&amp;'
  35. series:
  36. settings:
  37. seriesgroup:
  38. set:
  39. path: /media/wd1T/rtorrent/{{series_name|replace(' ', '.')}}/Season.{{series_season}}
  40. seriesgroup:
  41. - Arrow
  42. - Almost Human
  43. - Beauty and the beast
  44. - Continuum
  45. - Breaking Bad
  46. - Grimm
  47. - Elementary
  48. - Mob City
  49. - Peaky Blinders
  50. - Revolution
  51. - Californication
  52. - Touch
  53. - Revolution
  54. - Awake
  55. - The River
  56. - Arrow
  57. - The Killing
  58. - Last resort
  59. - The Following
  60. - Cult
  61. - Bates Motel
  62. - Sleepy Hollow
  63. - The Originals
  64. - S.H.I.E.L.D
  65. - Under the Dome
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement