Move SinFest back to KeenSpot namespace.

This commit is contained in:
Tobias Gruetzmacher 2015-01-16 00:16:28 +01:00
parent 4733153d01
commit f8531eca57

View file

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