Changed comic name, since comic is named FowlLanguage instead of FoulLanguage

This commit is contained in:
Helge Stasch 2015-04-22 21:25:10 +02:00
parent d7e9c8eb94
commit 8218e805b2

View file

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