Add HeyFox

This commit is contained in:
Techwolf 2019-07-12 20:47:26 -07:00 committed by Tobias Gruetzmacher
parent 047f023e50
commit 66e655c074

View file

@ -64,6 +64,13 @@ class HavocInc(_WordPressScraper):
firstStripUrl = stripUrl % 'havoc-cover'
class HeyFox(_WordPressScraper):
url = 'http://www.steamclaw.com/heyfox/'
stripUrl = url + 'archives/comic/%s'
firstStripUrl = stripUrl % '11092004'
adult = True
class Hipsters(_WordPressScraper):
url = 'http://www.hipsters-comic.com/'
firstStripUrl = 'http://www.hipsters-comic.com/comic/hip01/'