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.
| Keyword | Description |
| rss | Parse RSS-feed. |
| html | Parse any HTML-page. |
| csv | Parse any CSV-file from URL. |
| text | Parse any text data from URL. |
| rlslog | Parse http://rlslog.net. |
| scenereleases | Parse http://scenereleases.info. |
| tvt | Parse http://tvtorrents.com. |
Filters
Filter, Reject or Accept feeds entries based on given rules. Single feed may have any number of filters.
| Keyword | Description |
| regexp | Reject, Accept and Filter content by using regular expression. |
| imdb | Accept movie entries based on imdb details. |
| series | Accept TV-serie episodes. Quality and episode number aware. |
| exists | Reject entries based on existing files in filesystem. |
| limit_new | Allow only given number of entries to pass per execution. |
| seen_movies | Rejects already downloaded movies (detected by imdb-link). |
| seen | Reject already downloaded entries. Builtin |
| torrent_size | Reject torrents that do not meet size requirements. |
| patterns | Deprecated. Accept entries based on regexp. Non-matching entries are filtered. |
| accept? | Deprecated. Accept entries based on regexp. |
| ignore | Deprecated. 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).
| Keyword | Description |
| download | Download passed entries into given path. |
| make_rss | Generate RSS-feed file from passed entries. |
| statistics | Output statistics about downloaded entries. |
| subtitles | Download subtitles for movies from opensubtitles.com. |
| exec | Execute command for passed entries. |
| Send email when new content is passed. |
Modify / Other
| Keyword | Description |
| interval | Maintain minimum poll interval for a feed. |
| cookies | Enable cookies for all HTTP-requests. |
| headers | Modify HTTP headers. |
| extension | Force a file extension. |
| remove_trackers | Remove trackers from a torrent. |
| cli_config | Allow using values from commandline in YML-configuration file. |
| try_regexp | Test how regexps work on feed(s) interactively. |
| disable_builtins | Disable builtin modules from a feed. |
