Add Erstwhile.

This commit is contained in:
Tobias Gruetzmacher 2015-07-10 01:14:56 +02:00
parent 7abca1222b
commit d97a9c63e4

View file

@ -96,6 +96,15 @@ class Eriadan(_BasicScraper):
)
class Erstwhile(_ParserScraper):
url = 'http://www.erstwhiletales.com/'
stripUrl = url + '%s/'
css = True
imageSearch = 'div.comicpane a img'
prevSearch = 'a.navi-prev'
help = 'Index format: title-nn'
class ElfOnlyInn(_BasicScraper):
url = 'http://www.elfonlyinn.net/'
stripUrl = url + 'd/%s.html'