From f8531eca57b502ed4239bed3d4b41d639fbf6830 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Fri, 16 Jan 2015 00:16:28 +0100 Subject: [PATCH] Move SinFest back to KeenSpot namespace. --- dosagelib/plugins/s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/plugins/s.py b/dosagelib/plugins/s.py index a26957e8c..0f980004b 100644 --- a/dosagelib/plugins/s.py +++ b/dosagelib/plugins/s.py @@ -267,7 +267,7 @@ class ShotgunShuffle(_BasicScraper): class SinFest(_BasicScraper): description = u'Strip dealing with contemporary issues and religion. Created by Tatsuya Ishida.' - name = 'SinFest' + name = 'KeenSpot/SinFest' url = 'http://www.sinfest.net/' stripUrl = url + 'view.php?date=%s' imageSearch = compile(tagre("img","src", r'(btphp/comics/.+)', after="alt"))