commit
9ecc5da413
2 changed files with 3 additions and 3 deletions
|
@ -88,11 +88,11 @@ class OnTheEdge(_BasicScraper):
|
|||
help = 'Index format: nnn (unpadded)'
|
||||
|
||||
|
||||
class OnTheFasttrack(_BasicScraper):
|
||||
class OnTheFastrack(_BasicScraper):
|
||||
url = 'http://onthefastrack.com/'
|
||||
stripUrl = url + 'comics/%s'
|
||||
firstStripUrl = stripUrl % 'november-13-2000'
|
||||
imageSearch = compile(tagre("img", "src", r'(http://safr\.kingfeatures\.com/idn/test/zone/xml/content\.php\?file=.+?)'))
|
||||
imageSearch = compile(r'(http://safr\.kingfeatures\.com/idn/cnfeed/zone/js/content\.php\?file=.+)"')
|
||||
prevSearch = compile(r'id="previouscomic" class="button white"><a href="(%scomics/[a-z0-9-]+/)"' % url)
|
||||
help = 'Index format: monthname-dd-yyyy'
|
||||
|
||||
|
|
|
@ -187,7 +187,7 @@ class ShermansLagoon(_BasicScraper):
|
|||
url = 'http://shermanslagoon.com/'
|
||||
stripUrl = url + 'comics/%s'
|
||||
firstStripUrl = stripUrl % '/december-29-2003/'
|
||||
imageSearch = compile(tagre("img", "src", r'(http://safr\.kingfeatures\.com/idn/test/zone/xml/content\.php\?file=.+?)'))
|
||||
imageSearch = compile(tagre("img", "src", r'(http://safr\.kingfeatures\.com/idn/etv/zone/xml/content\.php\?file=.+?)'))
|
||||
prevSearch = compile(r'id="previouscomic" class="button white"><a href="(%scomics/[a-z0-9-]+/)"' % url)
|
||||
help = 'Index format: monthname-day-year'
|
||||
|
||||
|
|
Loading…
Reference in a new issue