flexget.plugins.operate.spy_headers module#

class flexget.plugins.operate.spy_headers.PluginSpyHeaders[source]#

Bases: object

Logs all headers sent in http requests. Useful for resolving issues.

WARNING: At the moment this modifies requests somehow!

static log_requests_headers(response, **kwargs)[source]#
on_task_abort(task, config)#

Task exiting, remove additions.

on_task_exit(task, config)[source]#

Task exiting, remove additions.

on_task_start(task, config)[source]#
schema = {'type': 'boolean'}#
flexget.plugins.operate.spy_headers.register_plugin()[source]#