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"))