This commit is contained in:
Techwolf 2019-06-22 17:51:29 -07:00 committed by Tobias Gruetzmacher
parent b230ef31d8
commit 255fbfa1b4

View file

@ -139,6 +139,13 @@ class Evilish(_ParserScraper):
help = 'Index format: yyyymmdd'
class Evon(_WordPressScraper):
url = 'http://evoncomics.com/'
stripUrl = url + '?comic=%s'
firstStripUrl = stripUrl % 'chapter-1'
adult = True
class Exiern(_WPNavi):
url = 'http://www.exiern.com/'
firstStripUrl = url + '2005/09/06/so-far/'