Remove GreystoneInn
This commit is contained in:
parent
3078c5ec73
commit
c57226f1c0
1 changed files with 0 additions and 8 deletions
|
@ -98,14 +98,6 @@ class GoneWithTheBlastwave(_BasicScraper):
|
||||||
return '%02d' % int(compile(r'nro=(\d+)').search(pageUrl).group(1))
|
return '%02d' % int(compile(r'nro=(\d+)').search(pageUrl).group(1))
|
||||||
|
|
||||||
|
|
||||||
class GreystoneInn(_BasicScraper):
|
|
||||||
url = 'http://www.greystoneinn.net/'
|
|
||||||
stripUrl = url + 'd/%s.html'
|
|
||||||
imageSearch=compile(tagre("img", "src", r'(/comic[s|/][^"]+)'))
|
|
||||||
prevSearch=compile(tagre("a", "href", r'[^"]*(/d/\d+\.s?html)')+r"[^>]+/images/(?:nav_02|previous_day)\.gif")
|
|
||||||
help='Index format: yyyymmdd'
|
|
||||||
|
|
||||||
|
|
||||||
class GrrlPower(_BasicScraper):
|
class GrrlPower(_BasicScraper):
|
||||||
url = 'http://www.grrlpowercomic.com/'
|
url = 'http://www.grrlpowercomic.com/'
|
||||||
stripUrl = url + 'archives/%s'
|
stripUrl = url + 'archives/%s'
|
||||||
|
|
Loading…
Reference in a new issue