This is my personal Flexget configuration file. Simply follow the Flexget Installation Guide and apply this config to your ~/.flexget/ directory.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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