We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff04f1 commit f1aa3afCopy full SHA for f1aa3af
docs/configuration.rst
@@ -821,7 +821,8 @@ Default
821
``artstation`` |
822
``behance`` |
823
``fanbox`` |
824
- ``twitter``
+ ``twitter`` |
825
+ ``vsco``
826
``null``
827
otherwise
828
Example
@@ -937,8 +938,7 @@ Type
937
938
Default
939
``false``
940
- ``behance`` |
941
- ``vsco``
+ ``behance``
942
``true``
943
944
Description
gallery_dl/extractor/vsco.py
@@ -22,7 +22,7 @@ class VscoExtractor(Extractor):
22
directory_fmt = ("{category}", "{user}")
23
filename_fmt = "{id}.{extension}"
24
archive_fmt = "{id}"
25
- tls12 = False
+ browser = "firefox"
26
27
def __init__(self, match):
28
Extractor.__init__(self, match)
0 commit comments