Fix URL bug for Cyanide & Happiness
This commit is contained in:
parent
5508539ca8
commit
f05697a811
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ class CutLoose(_ParserScraper):
|
|||
|
||||
|
||||
class CyanideAndHappiness(_BasicScraper):
|
||||
url = 'http://www.explosm.net/'
|
||||
url = 'http://explosm.net/comics/'
|
||||
stripUrl = url + '%s/'
|
||||
firstStripUrl = stripUrl % '15'
|
||||
imageSearch = compile(tagre("img", "src", r'(//files.explosm.net/comics/[^"]+)', before="main-comic"))
|
||||
|
|
Loading…
Reference in a new issue