Merge pull request #39 from peterjanes/peterjanes/sherman-fix
Fix Sherman's Lagoon
This commit is contained in:
commit
a9f0dfdce4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class ShermansLagoon(_BasicScraper):
|
||||||
url = 'http://shermanslagoon.com/'
|
url = 'http://shermanslagoon.com/'
|
||||||
stripUrl = url + 'comics/%s'
|
stripUrl = url + 'comics/%s'
|
||||||
firstStripUrl = stripUrl % '/december-29-2003/'
|
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)
|
prevSearch = compile(r'id="previouscomic" class="button white"><a href="(%scomics/[a-z0-9-]+/)"' % url)
|
||||||
help = 'Index format: monthname-day-year'
|
help = 'Index format: monthname-day-year'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue