Created
October 29, 2013 16:43
-
-
Save slayerjay/7218235 to your computer and use it in GitHub Desktop.
Flexget configuration file. TraktTv to IPTorrents to uTorrent.
This file contains hidden or 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
tasks: | |
task_name: | |
#use http://www.iptorrents.com/getrss.php to get the RSS link, make sure to select download link option | |
rss: http://www.iptorrents.com/torrents/rss?download;l78;u=xxxx;tp=xxxxxxxx | |
set: | |
ut_path: D:\torrents\ | |
import_series: | |
from: | |
trakt_list: | |
username: xxxxxx | |
password: xxxxxx | |
api_key: xxxxxxxxxxxxxx | |
series: watchlist | |
settings: | |
quality: 480p | |
download: | |
path: D:\torrents\ | |
overwrite: yes | |
# Output series to uTorrent | |
exec: uTorrent /DIRECTORY "{{ut_path|pathscrub}}" "{{output}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment