Plugins (for 0.9)

Note: 0.9.x is no longer maintained

Due messy wiki (which is being re-organized) many plugin documentations are not available OR they have 1.0 specific features. You can use flexget --doc <plugin> to view FlexGet builtin documentation.

Inputs

Produce entries from external source.

KeywordDescription
rssParse RSS-feed.
htmlParse any HTML-page.
csvParse any CSV-file from URL.
textParse any text data from URL.
rlslogParse  http://rlslog.net.
scenereleasesParse  http://scenereleases.info.
tvtParse  http://tvtorrents.com.

Filters

Filter, Reject or Accept feeds entries based on given rules. Single feed may have any number of filters.

KeywordDescription
regexpReject, Accept and Filter content by using regular expression.
imdbAccept movie entries based on imdb details.
seriesAccept TV-serie episodes. Quality and episode number aware.
existsReject entries based on existing files in filesystem.
limit_newAllow only given number of entries to pass per execution.
seen_moviesRejects already downloaded movies (detected by imdb-link).
seenReject already downloaded entries. Builtin
torrent_sizeReject torrents that do not meet size requirements.
patternsDeprecated. Accept entries based on regexp. Non-matching entries are filtered.
accept?Deprecated. Accept entries based on regexp.
ignoreDeprecated. Reject entries based on regexp.

If you plan to use multiple filters per feed, you should look filter operations to understand how filters co-operate.

Outputs

Execute operation(s) to entries that pass trough filter(s).

KeywordDescription
downloadDownload passed entries into given path.
make_rssGenerate RSS-feed file from passed entries.
statisticsOutput statistics about downloaded entries.
subtitlesDownload subtitles for movies from  opensubtitles.com.
execExecute command for passed entries.
emailSend email when new content is passed.

Modify / Other

KeywordDescription
intervalMaintain minimum poll interval for a feed.
cookiesEnable cookies for all HTTP-requests.
headersModify HTTP headers.
extensionForce a file extension.
remove_trackersRemove trackers from a torrent.
cli_configAllow using values from commandline in YML-configuration file.
try_regexpTest how regexps work on feed(s) interactively.
disable_builtinsDisable builtin modules from a feed.