Fix GrrlPower

This commit is contained in:
Techwolf 2019-06-12 23:04:09 -07:00 committed by Tobias Gruetzmacher
parent 9796f994e3
commit 1b87afad7e

View file

@ -154,9 +154,10 @@ class GoneWithTheBlastwave(_BasicScraper):
return '%02d' % int(compile(r'nro=(\d+)').search(page_url).group(1))
class GrrlPower(_WPNavi):
class GrrlPower(_WordPressScraper):
url = 'http://grrlpowercomic.com/'
firstStripUrl = url + 'archives/48'
stripUrl = url + 'archives/comic/%s/'
firstStripUrl = stripUrl % 'gp0001'
class GUComics(_BasicScraper):