diff --git a/gallery_dl/extractor/imagehosts.py b/gallery_dl/extractor/imagehosts.py index 8ae13fac..a169f5bc 100644 --- a/gallery_dl/extractor/imagehosts.py +++ b/gallery_dl/extractor/imagehosts.py @@ -165,6 +165,17 @@ class ImguploadImageExtractor(HosturimageImageExtractor): https = True +class ImgspotImageExtractor(ImagehostImageExtractor): + """Extractor for single images from imgspot.org""" + category = "imgspot" + pattern = [r"(?:https?://)?((?:www\.)?imgspot\.org/img-([a-z0-9]+)\.html)"] + https = False + + def get_info(self, page): + url = text.extract(page, "