@@ -810,7 +810,7 @@ extractor.*.tls12
|
|||||||
Type
|
Type
|
||||||
``bool``
|
``bool``
|
||||||
Default
|
Default
|
||||||
* ``false``: ``artstation``, ``behance``
|
* ``false``: ``artstation``, ``behance``, ``vsco``
|
||||||
* ``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 VscoExtractor(Extractor):
|
|||||||
directory_fmt = ("{category}", "{user}")
|
directory_fmt = ("{category}", "{user}")
|
||||||
filename_fmt = "{id}.{extension}"
|
filename_fmt = "{id}.{extension}"
|
||||||
archive_fmt = "{id}"
|
archive_fmt = "{id}"
|
||||||
|
tls12 = False
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
Extractor.__init__(self, match)
|
Extractor.__init__(self, match)
|
||||||
|
|||||||
Reference in New Issue
Block a user