Move EyeOfRamalach to KemonoCafe
This commit is contained in:
parent
c08abf45a6
commit
5e09b631db
2 changed files with 2 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import absolute_import, division, print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from re import compile, escape, IGNORECASE
|
from re import compile, IGNORECASE
|
||||||
|
|
||||||
from ..helpers import bounceStarter, indirectStarter, xpath_class
|
from ..helpers import bounceStarter, indirectStarter, xpath_class
|
||||||
from ..scraper import _BasicScraper, _ParserScraper
|
from ..scraper import _BasicScraper, _ParserScraper
|
||||||
|
@ -251,12 +251,3 @@ class ExtraOrdinary(_ParserScraper):
|
||||||
prevSearch = '//a[%s]' % xpath_class('prev')
|
prevSearch = '//a[%s]' % xpath_class('prev')
|
||||||
imageSearch = '//img[%s]' % xpath_class('image-style-main-comic')
|
imageSearch = '//img[%s]' % xpath_class('image-style-main-comic')
|
||||||
help = 'Index format: number'
|
help = 'Index format: number'
|
||||||
|
|
||||||
|
|
||||||
class EyeOfRamalach(_BasicScraper):
|
|
||||||
url = 'http://theeye.katbox.net/'
|
|
||||||
rurl = escape(url)
|
|
||||||
stripUrl = url + 'comic/%s/'
|
|
||||||
imageSearch = compile(tagre("img", "src", r'(%swp-content/uploads/[^"]+)' % rurl, after="data-webcomic-parent"))
|
|
||||||
prevSearch = compile(tagre("a", "href", r'(%scomic/[^"]+)' % rurl, after="previous"))
|
|
||||||
help = 'Index format: stripname'
|
|
||||||
|
|
|
@ -650,6 +650,7 @@ class Renamed(Scraper):
|
||||||
cls('Creators/HeathcliffinSpanish', 'Creators/HeathcliffSpanish'),
|
cls('Creators/HeathcliffinSpanish', 'Creators/HeathcliffSpanish'),
|
||||||
cls('Creators/TheWizardofIdinSpanish', 'Creators/WizardOfIdSpanish'),
|
cls('Creators/TheWizardofIdinSpanish', 'Creators/WizardOfIdSpanish'),
|
||||||
cls('DarkWings', 'Eryl'),
|
cls('DarkWings', 'Eryl'),
|
||||||
|
cls('EyeOfRamalach', 'KemonoCafe/TheEyeOfRamalach'),
|
||||||
cls('FoulLanguage', 'GoComics/FowlLanguage'),
|
cls('FoulLanguage', 'GoComics/FowlLanguage'),
|
||||||
cls('GoComics/060', 'ComicSherpa/060'),
|
cls('GoComics/060', 'ComicSherpa/060'),
|
||||||
cls('GoComics/ABitSketch', 'ComicSherpa/ABitSketch'),
|
cls('GoComics/ABitSketch', 'ComicSherpa/ABitSketch'),
|
||||||
|
|
Loading…
Reference in a new issue