Advertisement
insippo

flexget config.yml

Jan 7th, 2014
914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. pi@raspbmc:~/.flexget$ cat config.yml
  2. templates:
  3. tvshows:
  4. set:
  5. path: /media/wd1T/rtorrent/seriaalid/{{series_name|replace(' ', '.')}}/Season.{{series_season}}
  6. transmission:
  7. host: 192.168.1.72
  8. port: 9091
  9. username: xxxxxxxxx
  10. password: xxxxxxxxx
  11. regexp:
  12. reject:
  13. - The Complete
  14. - avi
  15. - mp4
  16. manipulate:
  17. - url:
  18. replace:
  19. regexp: '&amp'
  20. format: '&'
  21. tasks:
  22. lostfilm:
  23. headers:
  24. cookie: "uid=; pass=; usess="
  25. rss: http://www.lostfilm.tv/rssdd.xml
  26. urlrewrite:
  27. newlost:
  28. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  29. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  30. template:
  31. - tvshows
  32. manipulate:
  33. - title:
  34. replace:
  35. regexp: '[^\x00-\x80]+'
  36. format: ''
  37. series:
  38. - Arrow
  39. - Almost Human
  40. - Beauty and the beast
  41. - Continuum
  42. - Elementary
  43. - Mob City
  44. - Peaky Blinders
  45. - Revolution
  46. - The Killing
  47. - The Following
  48. - Sleepy Hollow
  49. - The Originals
  50. - S.H.I.E.L.D
  51. - Under the Dome
  52. - Sherlock
  53. - Tomorrow People
  54. - The Bridge
  55. - The Tunnel
  56. - Person of Interest
  57. - Witches of East End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement