Changed comic name, since comic is named FowlLanguage instead of FoulLanguage
This commit is contained in:
parent
d7e9c8eb94
commit
8218e805b2
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class ForLackOfABetterComic(_BasicScraper):
|
||||||
help = 'Index format: number'
|
help = 'Index format: number'
|
||||||
description = u'A hand drawn comic about everyday life situations.'
|
description = u'A hand drawn comic about everyday life situations.'
|
||||||
|
|
||||||
class FoulLanguage(_BasicScraper):
|
class FowlLanguage(_BasicScraper):
|
||||||
description = u'Weekly cartoons about a geeky, neurotic, duck trying to survive in a stupid, stupid world.'
|
description = u'Weekly cartoons about a geeky, neurotic, duck trying to survive in a stupid, stupid world.'
|
||||||
url = 'http://www.fowllanguagecomics.com/'
|
url = 'http://www.fowllanguagecomics.com/'
|
||||||
stripUrl = url + 'comic/%s'
|
stripUrl = url + 'comic/%s'
|
||||||
|
|
Loading…
Reference in a new issue