From 00a23fe2083a89ffee11ac88f665021a2e165ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 21 Jul 2017 18:32:56 +0200 Subject: [PATCH] update configuration.rst --- docs/configuration.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 775b1d65..1432121e 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -224,7 +224,7 @@ Description The username to use when attempting to log in to another site. ``seiga`` modules and optional (but strongly recommended) for ``batoto`` and ``exhentai``. - This value can also be given via the ``-u/--username`` + This value can also be set via the ``-u/--username`` command-line option or by using a |.netrc|_ file. (see Authentication_) =========== ===== @@ -239,6 +239,20 @@ Description The password belonging to the username. =========== ===== +extractor.*.cookies +------------------- +=========== ===== +Type ``string`` or ``object`` +Default ``null`` +Description Source to read additional cookies from. + + * If this is a ``string``, it specifies the path of a + Mozilla/Netscape format cookies.txt file. + * If this is an ``object``, its key-value pairs, which should both + be ``strings``, will be used as cookie-names and -values. +=========== ===== + + Extractor-specific Options ==========================