diff --git a/docs/configuration.rst b/docs/configuration.rst index 327828ef..3a194aa6 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -821,7 +821,8 @@ Default ``artstation`` | ``behance`` | ``fanbox`` | - ``twitter`` + ``twitter`` | + ``vsco`` ``null`` otherwise Example @@ -937,8 +938,7 @@ Type Default ``false`` ``artstation`` | - ``behance`` | - ``vsco`` + ``behance`` ``true`` otherwise Description diff --git a/gallery_dl/extractor/vsco.py b/gallery_dl/extractor/vsco.py index 8f1ace10..9714b19c 100644 --- a/gallery_dl/extractor/vsco.py +++ b/gallery_dl/extractor/vsco.py @@ -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)