flexget.components.managed_lists.lists.thetvdb_list module#
- class flexget.components.managed_lists.lists.thetvdb_list.TheTVDBList[source]#
Bases:
object- 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- _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.
- _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'}#