[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

@@ -22,7 +22,7 @@ class VscoExtractor(Extractor):
directory_fmt = ("{category}", "{user}")
filename_fmt = "{id}.{extension}"
archive_fmt = "{id}"
tls12 = False
browser = "firefox"
def __init__(self, match):
Extractor.__init__(self, match)