@@ -810,7 +810,7 @@ extractor.*.tls12
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
* ``false``: ``artstation``, ``behance``
|
||||
* ``false``: ``artstation``, ``behance``, ``vsco``
|
||||
* ``true``: otherwise
|
||||
Description
|
||||
Allow selecting TLS 1.2 cipher suites.
|
||||
|
||||
@@ -22,6 +22,7 @@ class VscoExtractor(Extractor):
|
||||
directory_fmt = ("{category}", "{user}")
|
||||
filename_fmt = "{id}.{extension}"
|
||||
archive_fmt = "{id}"
|
||||
tls12 = False
|
||||
|
||||
def __init__(self, match):
|
||||
Extractor.__init__(self, match)
|
||||
|
||||
Reference in New Issue
Block a user