flexget.components.managed_lists.lists.regexp_list.regexp_list module#
- class flexget.components.managed_lists.lists.regexp_list.regexp_list.PluginRegexpList[source]#
Bases:
objectSubtitle list.
- schema = {'type': 'string'}#
- class flexget.components.managed_lists.lists.regexp_list.regexp_list.RegexpList(**kwargs)[source]#
Bases:
MutableSet- _find_entry(**kwargs)#
- _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.
- get(**kwargs)#
- _abc_impl = <_abc._abc_data object>#
- property immutable#
- property online#
Set the online status of the plugin.
Online plugin should be treated differently in certain situations, like test mode
- schema = {'type': 'string'}#