Add HavocInc

This commit is contained in:
Techwolf 2019-06-21 22:44:56 -07:00 committed by Tobias Gruetzmacher
parent a575e5e0f0
commit fcdbd563a2

View file

@ -58,6 +58,12 @@ class HarkAVagrant(_BasicScraper):
return '%s-%s' % (num, filename) return '%s-%s' % (num, filename)
class HavocInc(_WordPressScraper):
url = 'http://www.radiocomix.com/havoc-inc/'
stripUrl = url + 'comic/%s/'
firstStripUrl = stripUrl % 'havoc-cover'
class Hipsters(_WordPressScraper): class Hipsters(_WordPressScraper):
url = 'http://www.hipsters-comic.com/' url = 'http://www.hipsters-comic.com/'
firstStripUrl = 'http://www.hipsters-comic.com/comic/hip01/' firstStripUrl = 'http://www.hipsters-comic.com/comic/hip01/'