[yonkouprod] rename 'yonkou' to 'yonkouprod'

pull/13/head
Mike Fährmann 8 years ago
parent 95986ed566
commit 33c799b2ae
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -66,7 +66,7 @@ modules = [
"whentai",
"worldthree",
"yandere",
"yonkou",
"yonkouprod",
"imagehosts",
"recursive",
"test",

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Mike Fährmann
# Copyright 2016, 2017 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@ -10,9 +10,9 @@
from .foolslide import FoolslideChapterExtractor
class YonkouChapterExtractor(FoolslideChapterExtractor):
class YonkouprodChapterExtractor(FoolslideChapterExtractor):
"""Extractor for manga-chapters from yonkouprod.com"""
category = "yonkou"
category = "yonkouprod"
pattern = [(r"(?:https?://)?(?:www\.)?(yonkouprod\.com/reader/read/"
r"[^/]+/([a-z]{2})/\d+/\d+)")]
test = [("http://yonkouprod.com/reader/read/fairy-tail/en/0/512/", {
Loading…
Cancel
Save