Fix GrrlPower
This commit is contained in:
parent
9796f994e3
commit
1b87afad7e
1 changed files with 3 additions and 2 deletions
|
@ -154,9 +154,10 @@ class GoneWithTheBlastwave(_BasicScraper):
|
||||||
return '%02d' % int(compile(r'nro=(\d+)').search(page_url).group(1))
|
return '%02d' % int(compile(r'nro=(\d+)').search(page_url).group(1))
|
||||||
|
|
||||||
|
|
||||||
class GrrlPower(_WPNavi):
|
class GrrlPower(_WordPressScraper):
|
||||||
url = 'http://grrlpowercomic.com/'
|
url = 'http://grrlpowercomic.com/'
|
||||||
firstStripUrl = url + 'archives/48'
|
stripUrl = url + 'archives/comic/%s/'
|
||||||
|
firstStripUrl = stripUrl % 'gp0001'
|
||||||
|
|
||||||
|
|
||||||
class GUComics(_BasicScraper):
|
class GUComics(_BasicScraper):
|
||||||
|
|
Loading…
Reference in a new issue