Advertisement
insippo

config.yml lostfilm babaiko

Jan 12th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. pi@raspbmc:~/.flexget$ cat config.yml
  2. templates:
  3. tvshows:
  4. series_premiere:
  5. path: /media/wd1T/rtorrent/premieres/
  6. quality: 720p
  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: 192.168.1.72
  13. port: 9091
  14. username: xxxxxxxx
  15. password: xxxxxxxx
  16. regexp:
  17. reject:
  18. - avi
  19. - mp4
  20. - The Complete
  21.  
  22. manipulate:
  23. - url:
  24. replace:
  25. regexp: '&amp'
  26. format: '&'
  27. tasks:
  28. lostfilm:
  29. headers:
  30. cookie: "uid=3590; pass=b104b145d32f; usess=4fdce9c795ad88"
  31. rss: http://www.lostfilm.tv/rssdd.xml
  32. urlrewrite:
  33. newlost:
  34. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  35. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  36. template:
  37. - tvshows
  38. manipulate:
  39. - title:
  40. replace:
  41. regexp: '[^\x00-\x80]+'
  42. format: ''
  43. series:
  44. 720p:
  45. - Arrow
  46. - Almost Human
  47. - Beauty and the beast
  48. - Continuum
  49. - Elementary
  50. - Mob City
  51. - Peaky Blinders
  52. - Revolution
  53. - The Killing
  54. - The Following
  55. - Sleepy Hollow
  56. - The Originals
  57. - Marvel's Agents of S.H.I.E.L.D.
  58. - Under the Dome
  59. - Sherlock
  60. - Tomorrow People
  61. - The Bridge
  62. - The Tunnel
  63. - Person of Interest
  64. - Witches of East End
  65. - Eagleheart
  66. - Homeland
  67. - Pawn Shop Chronicles
  68. - Bates Motel
  69. - Intelligence
  70. Baibako:
  71. headers:
  72. Cookie: uid=5; pass=01cf259c3c65;
  73. manipulate:
  74. - title:
  75. replace:
  76. format: WEB-DLRip
  77. regexp: WEB-DLxxx
  78. regexp:
  79. accept:
  80. - Helix 1080p
  81. rss: http://baibako.tv/rss2.php?feed=dl&:COOKIE:uid=25;pass=ec27f259c3c65
  82. series:
  83. 1080p:
  84. - Helix
  85. - xxxx
  86. email:
  87. from: xxxxxx@gmail.com
  88. to: xxxxxx@gmail.com
  89. smtp_host: smtp.gmail.com
  90. smtp_port: 587
  91. smtp_username: xxxxxx@gmail.com
  92. smtp_password: xxxxxxxx
  93. template: html
  94. smtp_tls: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement