code adjustments according to pep8 nr2
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
|
||||
from .foolslide import FoolslideChapterExtractor
|
||||
|
||||
|
||||
class WorldthreeChapterExtractor(FoolslideChapterExtractor):
|
||||
"""Extractor for manga-chapters from slide.world-three.org"""
|
||||
category = "worldthree"
|
||||
pattern = [(r"(?:https?://)?(?:www\.)?(slide\.world-three\.org/read/"
|
||||
r"[^/]+/([a-z]{2})/\d+/\d+)")]
|
||||
test = [("http://www.slide.world-three.org/read/black_bullet/en/2/7/page/1", {
|
||||
test = [(("http://www.slide.world-three.org/"
|
||||
"read/black_bullet/en/2/7/page/1"), {
|
||||
"url": "be2f04f6e2d311b35188094cfd3e768583271584",
|
||||
"keyword": "6d77d9fc806d76d881491a52ccd8dfd875c47d05",
|
||||
})]
|
||||
|
||||
Reference in New Issue
Block a user