[rapidimg] unset test from parent class
This commit is contained in:
@@ -14,5 +14,6 @@ class RapidimgImageExtractor(imgyt.ImgytImageExtractor):
|
|||||||
"""Extractor for single images from rapidimg.net"""
|
"""Extractor for single images from rapidimg.net"""
|
||||||
category = "rapidimg"
|
category = "rapidimg"
|
||||||
pattern = [r"(?:https?://)?(?:www\.)?rapidimg\.net/img-([a-z0-9]+)\.html"]
|
pattern = [r"(?:https?://)?(?:www\.)?rapidimg\.net/img-([a-z0-9]+)\.html"]
|
||||||
|
test = []
|
||||||
url = "http://rapidimg.net"
|
url = "http://rapidimg.net"
|
||||||
https = False
|
https = False
|
||||||
|
|||||||
Reference in New Issue
Block a user