From 8218e805b2293f20013ff88011487bcf50af7a75 Mon Sep 17 00:00:00 2001 From: Helge Stasch Date: Wed, 22 Apr 2015 21:25:10 +0200 Subject: [PATCH] Changed comic name, since comic is named FowlLanguage instead of FoulLanguage --- dosagelib/plugins/f.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/plugins/f.py b/dosagelib/plugins/f.py index 8f5cbd5fe..4d1f53b7b 100755 --- a/dosagelib/plugins/f.py +++ b/dosagelib/plugins/f.py @@ -142,7 +142,7 @@ class ForLackOfABetterComic(_BasicScraper): help = 'Index format: number' 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.' url = 'http://www.fowllanguagecomics.com/' stripUrl = url + 'comic/%s'