flexget.plugins.operate.proxy module#
- class flexget.plugins.operate.proxy.Proxy[source]#
Bases:
objectAdds a proxy to the requests session.
- schema = {'oneOf': [{'format': 'url', 'type': 'string'}, {'additionalProperties': False, 'properties': {'http': {'format': 'url', 'type': 'string'}, 'https': {'format': 'url', 'type': 'string'}}, 'type': 'object'}]}#