Skip to content

Instantly share code, notes, and snippets.

@Kerwood
Created August 26, 2017 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kerwood/0eaa5a54fdddd72d84b71f0c32c3114d to your computer and use it in GitHub Desktop.
Save Kerwood/0eaa5a54fdddd72d84b71f0c32c3114d to your computer and use it in GitHub Desktop.
Flexget config example..
tasks:
TVShows:
inputs:
- rss: [RSS FEED HERE]
- rss: [RSS FEED HERE]
series:
settings:
720p:
quality: "720p"
propers: yes
720p:
- Dracula
- Game of Thrones
- Better Call Saul
- Ray Donovan
- Taboo
- Vikings
- Prison Break
- Preacher
- Empire
- Fear the Walking Dead
- The Knick
- Mr.Robot
- Public Morals
- Limitless
- Blunt Talk
- Peaky Blinders
- Supernatural
- The Walking Dead
- The Blacklist
- Ballers
- Billions
- The X-Files
- The 100
- Divorce
regexp:
reject_excluding:
- NORDiC|DKsubs
download: /downloads/tv-shows/
IMDB_Movies:
inputs:
- rss: [RSS FEED HERE]
- rss: [RSS FEED HERE]
regexp:
reject_excluding:
- NORDiC|DKsubs
reject:
- Blur\b|HC\b|HDTS\b|HD-TC\b|TC\b
imdb:
min_score: 5
min_year: 2016
quality: "720p"
seen_movies: strict
download: /downloads/movies/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment