[patreon] use mobile UA (#6241, #6239, #6140)

This commit is contained in:
Mike Fährmann
2024-10-01 07:38:12 +02:00
parent 7d0e5877ce
commit 321161c769
2 changed files with 7 additions and 6 deletions

View File

@@ -627,7 +627,7 @@ Description
and use the User-Agent used by the system's default browser.
Note: This option has no effect on
`pixiv`, `e621`, and `mangadex`
`pixiv`, `e621`, `mangadex`, and `patreon`
extractors, as these need specific values to function correctly.
@@ -636,7 +636,7 @@ extractor.*.browser
Type
``string``
Default
* ``"firefox"``: ``artstation``, ``mangasee``, ``patreon``, ``pixiv:series``, ``twitter``
* ``"firefox"``: ``artstation``, ``mangasee``, ``twitter``
* ``null``: otherwise
Example
* ``"chrome:macos"``
@@ -712,7 +712,7 @@ extractor.*.tls12
Type
``bool``
Default
* ``false``: ``artstation``, ``patreon``, ``pixiv:series``
* ``false``: ``artstation``
* ``true``: otherwise
Description
Allow selecting TLS 1.2 cipher suites.