[vsco] use '"browser": "firefox"' by default (#8127)

and re-enable TLS 1.2 cipher suites
i.e. revert c7fe6ba691
This commit is contained in:
Mike Fährmann
2025-12-01 16:41:11 +01:00
parent cff04f1181
commit f1aa3af119
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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)