1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

[fapat] add extractor

This commit is contained in:
Mike Fährmann 2016-12-07 08:45:52 +01:00
parent 583f1b8bbb
commit 2fae0b1803
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -82,6 +82,13 @@ class RapidimgImageExtractor(ImgytImageExtractor):
test = []
https = False
class FapatImageExtractor(ImgytImageExtractor):
"""Extractor for single images from fapat.me"""
category = "fapat"
pattern = [r"(?:https?://)?((?:www\.)?fapat\.me/img-([a-z0-9]+)\.html)"]
test = []
https = False
class ChronosImageExtractor(ImagehostImageExtractor):
"""Extractor for single images from chronos.to"""