Skip to content

Instantly share code, notes, and snippets.

@jerieljan
Created August 10, 2014 12:40
Show Gist options
  • Save jerieljan/2a7f16c9ef2fc533e215 to your computer and use it in GitHub Desktop.
Save jerieljan/2a7f16c9ef2fc533e215 to your computer and use it in GitHub Desktop.
This is my personal Flexget configuration file. Simply follow the Flexget Installation Guide and apply this config to your ~/.flexget/ directory.
# Flexget Config
# @author jerieljan
templates:
anime:
inputs:
- rss: { url: 'http://www.nyaa.eu/?page=rss&cats=1_37&filter=2', silent: yes, ascii: yes }
- rss: { url: 'http://tokyotosho.info/rss.php?filter=1', silent: yes, ascii: yes }
series:
settings:
set:
path: ~/Videos/Fansubs/Incomplete/{{series_name}}
1080p:
- Gekkan Shoujo Nozaki-kun
- Aldnoah.Zero
- Sword Art Online II
no-quality:
- Akame ga Kill!:
name_regexp: '\[Vivid-Asenshi\] Akame ga Kill'
- Zankyou no Terror:
name_regexp: '\[FFF\] Zankyou no Terror'
- Rail Wars!:
name_regexp: '\[FFF\] Rail Wars!'
- Tokyo ESP:
name_regexp: '\[FFF\] Tokyo ESP'
tasks:
get-anime:
template: anime
transmission:
host: localhost
port: 9091
username: <REDACTED>
password: <REDACTED>
pushbullet:
apikey: <REDACTED>
title: New episodes found!
body: Currently downloading a new {{series_name}} episode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment