Fix Namesake
This commit is contained in:
parent
93dc03a429
commit
31b2c3c6ec
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ from .common import _ComicControlScraper, _WordPressScraper, _WPNavi
|
|||
|
||||
class Namesake(_ComicControlScraper):
|
||||
url = 'http://namesakecomic.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % 'the-journey-begins'
|
||||
|
||||
|
||||
class NamirDeiter(_ParserScraper):
|
||||
|
|
Loading…
Reference in a new issue