Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
151
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. p2p: #download template
  3. utorrent:
  4. url: http://localhost:8080/gui/
  5. username: admin
  6. password: admin
  7. pathscrub: windows
  8. regexp:
  9. reject:
  10. - x265 # Block x265 video
  11. headers:
  12. User-Agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36"
  13. verify_ssl_certificates: no
  14. domain_delay:
  15. rarbg.to: 3 seconds
  16. torrentapi.org: 3 seconds
  17.  
  18. serials: # serials template
  19. configure_series:
  20. from:
  21. trakt_list:
  22. username: dlr5668
  23. list: tv-shows-flexget
  24. type: shows
  25. strip_dates: no
  26. settings:
  27. quality: 1080p
  28. identified_by: ep
  29. set:
  30. path: E:/media/video/serials/{{series_name|pathscrub}}
  31.  
  32. anime: # anime template
  33. configure_series:
  34. settings:
  35. quality: 1080p
  36. identified_by: sequence
  37. from:
  38. filesystem:
  39. - E:/media/video/anime/
  40. set:
  41. path: E:/media/video/anime/{{series_name|pathscrub}}
  42.  
  43. fresh: # dont download watched or collected episodes
  44. trakt_lookup:
  45. username: dlr5668
  46. account: dlr5668
  47. if:
  48. - trakt_watched: reject
  49. if:
  50. - trakt_collected: reject
  51.  
  52. tasks:
  53. Next_EP_Shows:
  54. priority: 1
  55. trakt_emit:
  56. username: dlr5668
  57. account: dlr5668
  58. list: tv-shows-flexget
  59. context: watched
  60. position: next
  61. accept_all: yes
  62. set_series_begin: yes
  63.  
  64. Get_TV_Slow:
  65. priority: 2
  66.  
  67. discover:
  68. what:
  69. - emit_series:
  70. from_start: yes
  71. from:
  72. - rarbg:
  73. category: 41
  74. sorted_by: seeders
  75. interval: 12 hours
  76.  
  77. template:
  78. - serials
  79. - fresh
  80. - p2p
  81.  
  82. Get_TV_Quick:
  83. priority: 3
  84.  
  85. inputs:
  86. - rss: { url: 'http://torrentz.eu/feed_verified?q=1080p+tv', silent: no } # Torrentz
  87. - rss: { url: 'https://rarbg.com/rssdd.php?category=41', silent: no } # Rarbg
  88. #- rss: { url: 'https://kat.cr/usearch/1080p%20category%3Atv%20verified%3A1/?rss=1', silent: no } # Kickass
  89.  
  90. template:
  91. - serials
  92. - p2p
  93.  
  94. Get_Anime_Slow:
  95. priority: 5
  96.  
  97. discover:
  98. what:
  99. - emit_series:
  100. from_start: yes
  101. from:
  102. - kat:
  103. category: all
  104. verified: yes
  105. interval: 12 hours
  106.  
  107. template:
  108. - anime
  109. - fresh
  110. - p2p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement