From 13d825731e52bff7a0ba2003f31fba893cf46023 Mon Sep 17 00:00:00 2001 From: ClosedPort22 <44864697+ClosedPort22@users.noreply.github.com> Date: Wed, 7 Dec 2022 00:32:03 +0800 Subject: [PATCH] [deviantart] fix test for sta.sh URL extraction Without the 'count' assertion, the test would be essentially useless. --- gallery_dl/extractor/deviantart.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/deviantart.py b/gallery_dl/extractor/deviantart.py index da513e6c..75785709 100644 --- a/gallery_dl/extractor/deviantart.py +++ b/gallery_dl/extractor/deviantart.py @@ -913,6 +913,7 @@ class DeviantartDeviationExtractor(DeviantartExtractor): "options": (("extra", 1),), "pattern": ("text:\n|" + DeviantartStashExtractor.pattern), + "count": 2, }), # video ("https://www.deviantart.com/chi-u/art/-VIDEO-Brushes-330774593", {