This plugin is part of search plugin system
This plugin will be deprecated with the next flexget release please consider using the new filelist_api. Also since the .ro domain stopped working this plugin is broken.
This search plugin will get results from filelist.ro.
Requires username, password and passkey. Passkey can be retrieved from here.
filelist:
username: xxxxxxx
password: xxxxxxx
passkey: xxxxxx
category: <one category from the list below>
include_dead: yes|no # include dead torrents
order_by: hybrid|relevance|date|size|snatches|peers # default is hybrid
order_ascending: yes|no
search_in: title|description # if not specified, it searches in both
Important note: FileList only lets you search in a single category
Categories
tasks:
get-series:
series:
- House
discover:
what:
- emit_series: yes
from:
- filelist:
username: '{% variables.fl.username %}'
password: '{% variables.fl.password %}'
passkey: '{% variables.fl.passkey %}'
category: series hd
FileList plugin includes extra information about torrents in the search result, which are available in entry fields.
Following example rejects torrents that are not freeleech.
tasks:
get-series:
series:
- House
discover:
what:
- emit_series: yes
from:
- filelist:
username: '{% variables.fl.username %}'
password: '{% variables.fl.password %}'
passkey: '{% variables.fl.passkey %}'
category: series hd
if:
- not torrent_freeleech: reject