flexget.components.sites.sites.nyaa module#
- class flexget.components.sites.sites.nyaa.UrlRewriteNyaa[source]#
Bases:
objectNyaa urlrewriter and search plugin.
- schema = {'oneOf': [{'enum': ['all', 'anime', 'anime amv', 'anime eng', 'anime non-eng', 'anime raw', 'audio', 'audio lless', 'audio lossy', 'lit', 'lit eng', 'lit non-eng', 'lit raw', 'liveact', 'liveact eng', 'liveact idol', 'liveact non-eng', 'liveact raw', 'pics', 'pics graphics', 'pics photos', 'software', 'software apps', 'software games'], 'type': 'string'}, {'additionalProperties': False, 'properties': {'category': {'enum': ['all', 'anime', 'anime amv', 'anime eng', 'anime non-eng', 'anime raw', 'audio', 'audio lless', 'audio lossy', 'lit', 'lit eng', 'lit non-eng', 'lit raw', 'liveact', 'liveact eng', 'liveact idol', 'liveact non-eng', 'liveact raw', 'pics', 'pics graphics', 'pics photos', 'software', 'software apps', 'software games'], 'type': 'string'}, 'filter': {'enum': ['all', 'filter remakes', 'trusted only'], 'type': 'string'}}, 'type': 'object'}]}#