flexget.plugins.operate.formlogin module#
- class flexget.plugins.operate.formlogin.FormLogin[source]#
Bases:
objectLogin on form.
- schema = {'additionalProperties': False, 'properties': {'passfield': {'type': 'string'}, 'password': {'type': 'string'}, 'url': {'format': 'url', 'type': 'string'}, 'userfield': {'type': 'string'}, 'username': {'type': 'string'}}, 'required': ['url', 'username', 'password'], 'type': 'object'}#