fixing pebbleversion
This commit is contained in:
parent
666249e06f
commit
f75fc62e84
1 changed files with 3 additions and 3 deletions
|
@ -59,11 +59,11 @@ class PastelDefender(_BasicScraper):
|
||||||
help = 'Index format: nnn'
|
help = 'Index format: nnn'
|
||||||
|
|
||||||
|
|
||||||
class PebbleVersion(_BasicScraper):
|
class PebbleVersion(_ParserScraper):
|
||||||
url = 'http://www.pebbleversion.com/'
|
url = 'http://www.pebbleversion.com/'
|
||||||
stripUrl = url + 'Archives/Strip%s.html'
|
stripUrl = url + 'Archives/Strip%s.html'
|
||||||
imageSearch = compile(r'<img src="(ComicStrips/.+?|../ComicStrips/.+?)"')
|
imageSearch = "//table/tr[2]//img"
|
||||||
prevSearch = compile(r'<a href="((?!.+?">First Comic)Archives/Strip.+?|(?=.+?">Previous Comic)(?!.+?">First Comic)Strip.+?)"')
|
prevSearch = '//a[text()="Previous Comic"]'
|
||||||
help = 'Index format: n (unpadded)'
|
help = 'Index format: n (unpadded)'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue