Loads cookies from a file. Supports Firefox3, mozilla, and lwp cookie files. This can be used for sites/services that require cookies for authentication, captcha challenges, or any other stateful/session functionality that uses cookies.
cookies: ~/.flexget/cookies.sqlite
This plugin will attempt to determine what type of cookies file you are using based on the extension.
Extensions | Type |
---|---|
.txt | mozilla |
.lwp | lwp |
all others | firefox3 |
If you would like to override this behavior, a cookie type can be specified manually like this:
cookies:
file: /path/to/cookies.foo
type: mozilla
Notes:
cookies.sqlite
to somewhere (ie. ~/.flexget
)# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This is a generated file! Do not edit.
WARNING:
You should only use cookies you are actually using / which are necessary. Every cookie is sent on each request (!!!). Some cookies interfere with other plugins, e.g. IMDB would want you to login if you were sending an IMDB cookie, the imdb_list plugin does not support logins, hence this wouldn't work. Clean up your cookie database!