Add Erstwhile.
This commit is contained in:
parent
7abca1222b
commit
d97a9c63e4
1 changed files with 9 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue