Merge pull request #39 from peterjanes/peterjanes/sherman-fix

Fix Sherman's Lagoon
This commit is contained in:
Tobias Gruetzmacher 2016-04-03 22:20:04 +02:00
commit a9f0dfdce4

View file

@ -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'