flexget.components.managed_lists.lists.thetvdb_list module#

class flexget.components.managed_lists.lists.thetvdb_list.TheTVDBList[source]#

Bases: object

get_list(config)[source]#
on_task_input(task, config)[source]#
schema = {'additionalProperties': False, 'properties': {'account_id': {'type': 'string'}, 'api_key': {'type': 'string'}, 'language': {'type': 'string'}, 'strip_dates': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'required': ['username', 'account_id', 'api_key'], 'type': 'object'}#
class flexget.components.managed_lists.lists.thetvdb_list.TheTVDBSet(config)[source]#

Bases: MutableSet

_find_entry(entry)[source]#
_from_iterable(it)[source]#

Construct an instance of the class from any iterable input.

Must override this method if the class constructor signature does not accept an iterable for an input.

add(entry)[source]#

Add an element.

discard(entry)[source]#

Remove an element. Do not raise an exception if absent.

get(entry)[source]#
invalidate_cache()[source]#
_abc_impl = <_abc._abc_data object>#
property immutable#
property items#
property online#

Set the online status of the plugin.

Online plugin should be treated differently in certain situations, like test mode

schema = {'additionalProperties': False, 'properties': {'account_id': {'type': 'string'}, 'api_key': {'type': 'string'}, 'language': {'type': 'string'}, 'strip_dates': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'required': ['username', 'account_id', 'api_key'], 'type': 'object'}#
flexget.components.managed_lists.lists.thetvdb_list.register_plugin()[source]#