[vsco] use '"browser": "firefox"' by default (#8127)
and re-enable TLS 1.2 cipher suites
i.e. revert c7fe6ba691
This commit is contained in:
@@ -821,7 +821,8 @@ Default
|
|||||||
``artstation`` |
|
``artstation`` |
|
||||||
``behance`` |
|
``behance`` |
|
||||||
``fanbox`` |
|
``fanbox`` |
|
||||||
``twitter``
|
``twitter`` |
|
||||||
|
``vsco``
|
||||||
``null``
|
``null``
|
||||||
otherwise
|
otherwise
|
||||||
Example
|
Example
|
||||||
@@ -937,8 +938,7 @@ Type
|
|||||||
Default
|
Default
|
||||||
``false``
|
``false``
|
||||||
``artstation`` |
|
``artstation`` |
|
||||||
``behance`` |
|
``behance``
|
||||||
``vsco``
|
|
||||||
``true``
|
``true``
|
||||||
otherwise
|
otherwise
|
||||||
Description
|
Description
|
||||||
|
|||||||
@@ -22,7 +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
|
browser = "firefox"
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
Extractor.__init__(self, match)
|
Extractor.__init__(self, match)
|
||||||
|
|||||||
Reference in New Issue
Block a user