1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 11:12:40 +01:00

[deviantart] fix test for sta.sh URL extraction

Without the 'count' assertion, the test would be essentially useless.
This commit is contained in:
ClosedPort22 2022-12-07 00:32:03 +08:00
parent 6356c9be96
commit 13d825731e
No known key found for this signature in database

View File

@ -913,6 +913,7 @@ class DeviantartDeviationExtractor(DeviantartExtractor):
"options": (("extra", 1),),
"pattern": ("text:<!DOCTYPE html>\n|" +
DeviantartStashExtractor.pattern),
"count": 2,
}),
# video
("https://www.deviantart.com/chi-u/art/-VIDEO-Brushes-330774593", {