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:
parent
6356c9be96
commit
13d825731e
@ -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", {
|
||||
|
Loading…
Reference in New Issue
Block a user