flexget.components.sites.urlrewrite_search module#
- class flexget.components.sites.urlrewrite_search.PluginSearch[source]#
Bases:
objectSearch entry from sites.
Accept list of known search plugins, list is in priority order. Once hit has been found no more searches are performed. Should be used only when there is no other way to get working download url, ie. when input plugin does not provide any downloadable urls.
Example:
urlrewrite_search: - newtorrents - piratebay
Note
Some url rewriters will use search plugins automatically if entry url points into a search page.
- schema = {'items': {'allOf': [{'$ref': '/schema/plugins?interface=search'}, {'maxProperties': 1, 'minProperties': 1}]}, 'type': 'array'}#