Skip to content

Commit f1aa3af

Browse files
committed
[vsco] use '"browser": "firefox"' by default (#8127)
and re-enable TLS 1.2 cipher suites i.e. revert c7fe6ba
1 parent cff04f1 commit f1aa3af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,8 @@ Default
821821
``artstation`` |
822822
``behance`` |
823823
``fanbox`` |
824-
``twitter``
824+
``twitter`` |
825+
``vsco``
825826
``null``
826827
otherwise
827828
Example
@@ -937,8 +938,7 @@ Type
937938
Default
938939
``false``
939940
``artstation`` |
940-
``behance`` |
941-
``vsco``
941+
``behance``
942942
``true``
943943
otherwise
944944
Description

gallery_dl/extractor/vsco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class VscoExtractor(Extractor):
2222
directory_fmt = ("{category}", "{user}")
2323
filename_fmt = "{id}.{extension}"
2424
archive_fmt = "{id}"
25-
tls12 = False
25+
browser = "firefox"
2626

2727
def __init__(self, match):
2828
Extractor.__init__(self, match)

0 commit comments

Comments
 (0)