Fix Sherman's Lagoon
This commit is contained in:
parent
bb1f20d867
commit
759bd0c360
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,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/etv/zone/xml/content\.php\?file=.+?)'))
|
||||
imageSearch = compile(tagre("img", "src", r'(https://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-day-year'
|
||||
|
||||
|
|
Loading…
Reference in a new issue