1
0
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:
Mike Fährmann 2016-11-08 00:17:10 +01:00
parent 885aa7f7cf
commit 07e9e2c4f1
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -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"