mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
[imgmaid] add extractor
This commit is contained in:
parent
885aa7f7cf
commit
07e9e2c4f1
@ -107,6 +107,13 @@ class CoreimgImageExtractor(ChronosImageExtractor):
|
||||
"content": "0c8768055e4e20e7c7259608b67799171b691140",
|
||||
})]
|
||||
|
||||
class ImgmaidImageExtractor(ChronosImageExtractor):
|
||||
"""Extractor for single images from imgmaid.net"""
|
||||
category = "imgmaid"
|
||||
pattern = [r"(?:https?://)?((?:www\.)?imgmaid\.net/([a-z0-9]{12}))"]
|
||||
test = []
|
||||
https = True
|
||||
|
||||
class PicmaniacImageExtractor(ChronosImageExtractor):
|
||||
"""Extractor for single images from pic-maniac.com"""
|
||||
category = "picmaniac"
|
||||
|
Loading…
Reference in New Issue
Block a user