@@ -663,7 +663,7 @@ Example
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
List of TLS/SSL cipher suites in
|
List of TLS/SSL cipher suites in
|
||||||
`OpenSSL cipher list format <https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html>`__
|
`OpenSSL cipher list format <https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html#CIPHER-LIST-FORMAT>`__
|
||||||
to be passed to
|
to be passed to
|
||||||
`ssl.SSLContext.set_ciphers() <https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_ciphers>`__
|
`ssl.SSLContext.set_ciphers() <https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_ciphers>`__
|
||||||
|
|
||||||
@@ -673,7 +673,7 @@ extractor.*.tls12
|
|||||||
Type
|
Type
|
||||||
``bool``
|
``bool``
|
||||||
Default
|
Default
|
||||||
* ``false``: ``patreon``, ``pixiv:series``
|
* ``false``: ``artstation``, ``patreon``, ``pixiv:series``
|
||||||
* ``true``: otherwise
|
* ``true``: otherwise
|
||||||
Description
|
Description
|
||||||
Allow selecting TLS 1.2 cipher suites.
|
Allow selecting TLS 1.2 cipher suites.
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ class ArtstationExtractor(Extractor):
|
|||||||
directory_fmt = ("{category}", "{userinfo[username]}")
|
directory_fmt = ("{category}", "{userinfo[username]}")
|
||||||
archive_fmt = "{asset[id]}"
|
archive_fmt = "{asset[id]}"
|
||||||
browser = "firefox"
|
browser = "firefox"
|
||||||
|
tls12 = False
|
||||||
root = "https://www.artstation.com"
|
root = "https://www.artstation.com"
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
|
|||||||
Reference in New Issue
Block a user