flexget.components.sites.sites.lostfilm module#

exception flexget.components.sites.sites.lostfilm.TextProcessingError(value)[source]#

Bases: Exception

class flexget.components.sites.sites.lostfilm.LostFilm[source]#

Bases: object

Grab new torrents from lostfilm RSS feed.

Example:

lostfilm: yes

or

lostfilm: <lf_session_cookie_value>

Advanced usage:

lostfilm:
  lf_session: <lf_session_cookie_value>
  prefilter: no
  site_urls:
    - "http://www.example.com/"
    - "https://www.example.org/"
static _add_names_from_cfg_list(names_list, cfg_list)[source]#
Parameters:
Return type:

None

static _get_series(task)[source]#
static _simplify_name(name)[source]#
Parameters:

name (str)

Return type:

str

build_config(config)[source]#

Set defaults to config.

on_task_input(task, config)[source]#
schema = {'additionalProperties': False, 'properties': {'lf_session': {'type': 'string'}, 'prefilter': {'type': 'boolean'}, 'site_urls': {'format': 'url', 'items': {'format': 'url', 'type': 'string'}, 'type': ['string', 'array']}}, 'type': ['boolean', 'string', 'object']}#
flexget.components.sites.sites.lostfilm.register_plugin()[source]#