Fix invalid description.
This commit is contained in:
parent
264a20a4db
commit
69bffc9c92
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class CampComic(_BasicScraper):
|
|||
imageSearch = compile(tagre("img", "src", r'(http://hw1\.pa-cdn\.com/camp/assets/img/katie/comics/[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'(%s[^"]+)' % rurl, before="btn btnPrev"))
|
||||
help = 'Index Format: number'
|
||||
description = 'Camp Weedonwantcha is a place where kids get dropped off for the summer and are never picked up again.'
|
||||
description = u'Camp Weedonwantcha is a place where kids get dropped off for the summer and are never picked up again.'
|
||||
|
||||
class CaptainSNES(_BasicScraper):
|
||||
description = u'Captain SNES'
|
||||
|
|
Loading…
Reference in a new issue