Add TheJunkHyenasDiner

This commit is contained in:
Techwolf 2019-07-19 22:02:44 -07:00 committed by Tobias Gruetzmacher
parent deda610666
commit d733baba48

View file

@ -93,6 +93,12 @@ class TheGentleWolf(_WordPressScraper):
return filename return filename
class TheJunkHyenasDiner(_WordPressScraper):
url = 'http://junkhyenasdiner.com/'
stripUrl = url + 'comic/%s/'
firstStripUrl = stripUrl % 'intro'
class TheLandscaper(_BasicScraper): class TheLandscaper(_BasicScraper):
stripUrl = 'http://landscaper.visual-assault.net/comic/%s' stripUrl = 'http://landscaper.visual-assault.net/comic/%s'
url = stripUrl % 'latest' url = stripUrl % 'latest'