add 'extractor.*.user-agent' config option

This commit is contained in:
Mike Fährmann
2017-11-15 13:54:40 +01:00
parent 6913eeaa40
commit e6814aebe2
9 changed files with 26 additions and 15 deletions

View File

@@ -289,6 +289,19 @@ Description Source to read additional cookies from.
=========== =====
extractor.*.user-agent
----------------------
=========== =====
Type ``string``
Default ``"Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0"``
Description User-Agent header value to be used for HTTP requests.
Note that this option has no effect on `pixiv` and
`readcomiconline` extractors, as these need specific values to
function correctly.
=========== =====
Extractor-specific Options
==========================