[yonkouprod] rename 'yonkou' to 'yonkouprod'

This commit is contained in:
Mike Fährmann
2017-01-04 20:57:35 +01:00
parent 95986ed566
commit 33c799b2ae
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- 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 # 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 # it under the terms of the GNU General Public License version 2 as
@@ -10,9 +10,9 @@
from .foolslide import FoolslideChapterExtractor from .foolslide import FoolslideChapterExtractor
class YonkouChapterExtractor(FoolslideChapterExtractor): class YonkouprodChapterExtractor(FoolslideChapterExtractor):
"""Extractor for manga-chapters from yonkouprod.com""" """Extractor for manga-chapters from yonkouprod.com"""
category = "yonkou" category = "yonkouprod"
pattern = [(r"(?:https?://)?(?:www\.)?(yonkouprod\.com/reader/read/" pattern = [(r"(?:https?://)?(?:www\.)?(yonkouprod\.com/reader/read/"
r"[^/]+/([a-z]{2})/\d+/\d+)")] r"[^/]+/([a-z]{2})/\d+/\d+)")]
test = [("http://yonkouprod.com/reader/read/fairy-tail/en/0/512/", { test = [("http://yonkouprod.com/reader/read/fairy-tail/en/0/512/", {