[deviantart] fix --range for deviation & stash extractor
This commit is contained in:
@@ -369,6 +369,8 @@ class DeviantartDeviationExtractor(DeviantartExtractor):
|
||||
("https://zzz.deviantart.com/art/zzz-1234567890"),
|
||||
)
|
||||
|
||||
skip = Extractor.skip
|
||||
|
||||
def __init__(self, match):
|
||||
DeviantartExtractor.__init__(self, match)
|
||||
self.path = match.group(3)
|
||||
@@ -401,6 +403,8 @@ class DeviantartStashExtractor(DeviantartExtractor):
|
||||
}),
|
||||
)
|
||||
|
||||
skip = Extractor.skip
|
||||
|
||||
def __init__(self, match):
|
||||
DeviantartExtractor.__init__(self, match)
|
||||
self.stash_id = match.group(1)
|
||||
|
||||
Reference in New Issue
Block a user