Fix invalid description.

This commit is contained in:
Bastian Kleineidam 2014-01-06 16:25:42 +01:00
parent 264a20a4db
commit 69bffc9c92

View file

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