Advertisement
Guest User

my_latest_config_201609211615

a guest
Sep 21st, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. tasks:
  2. get_shows:
  3. priority: 10
  4. rss:
  5. url: https://next-episode.net/watchlist.xml?user=username&k=cookie
  6. manipulate:
  7. - title:
  8. from: title
  9. extract: ^(.*)\s-.*$
  10. - extracted_ep:
  11. from: description
  12. extract: (s\d{2}e\d{2})
  13. set:
  14. title: '{{ title }} {{extracted_ep}}'
  15. configure_series:
  16. settings:
  17. quality: webdl|hdtv <=720p
  18. target: 720p
  19. timeframe: 72 hours
  20. identified_by: ep
  21. tracking: backfill
  22. all_series: yes
  23.  
  24. get_movies:
  25. priority: 50
  26. imdb_list:
  27. login: my@ema.il
  28. password: password
  29. list: watchlist
  30.  
  31. downloads_search:
  32. priority: 100
  33. discover:
  34. what:
  35. - next_series_episodes:
  36. from_start: yes
  37. backfill: yes
  38. - imdb_list:
  39. login: my@ema.il
  40. password: password
  41. list: watchlist
  42. from:
  43. - alpharatio:
  44. username: username
  45. password: password
  46. order_by: seeders
  47. - rarbg:
  48. category:
  49. - x264 720p
  50. - x264 1080p
  51. - XviD
  52. - HDTV
  53. - torrentleech:
  54. rss_key: http://rss.torrentleech.org/cookie
  55. username: username
  56. password: password
  57. category:
  58. - R5
  59. - DVDRip
  60. - DVDR
  61. - HD
  62. - BDRip
  63. torrent_alive: 2
  64. transmission:
  65. host: localhost
  66. port: 9091
  67. username: username
  68. password: password
  69. pushbullet:
  70. apikey:
  71. - cookie
  72. title: >
  73. Added to download queue: {% if series_name is defined %}{{tvdb_series_name|d(series_name)}} - {{series_id}}
  74. {% elif imdb_name is defined %}{{imdb_name}} ({{imdb_year}})
  75. {% else %}{{title}}
  76. {% endif %}
  77. body: >
  78. Added to download queue {% if series_name is defined %}{{tvdb_series_name|d(series_name)}} - {{series_id}} - {{tvdb_ep_name|d('')}}{% if quality is defined %} ({{quality}}){% endif %}
  79. {% elif imdb_name is defined %}{{imdb_name}} ({{imdb_year}}){% if quality is defined %} ({{quality}}){% endif %}
  80. {% else %}{{title}}{% if quality is defined %} ({{quality}}){% endif %}
  81. {% endif %}
  82. # prowl:
  83. # apikey: cookie
  84. # description: >
  85. # Added to download queue {% if series_name is defined %}{{tvdb_series_name|d(series_name)}}
  86. # {% elif imdb_name is defined %}{{imdb_name}} ({{imdb_year}}){% if quality is defined %} ({{q
  87. # {% else %}{{title}}{% if quality is defined %} ({{quality}}){% endif %}
  88. # {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement