Add TheJunkHyenasDiner
This commit is contained in:
parent
deda610666
commit
d733baba48
1 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,12 @@ class TheGentleWolf(_WordPressScraper):
|
|||
return filename
|
||||
|
||||
|
||||
class TheJunkHyenasDiner(_WordPressScraper):
|
||||
url = 'http://junkhyenasdiner.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % 'intro'
|
||||
|
||||
|
||||
class TheLandscaper(_BasicScraper):
|
||||
stripUrl = 'http://landscaper.visual-assault.net/comic/%s'
|
||||
url = stripUrl % 'latest'
|
||||
|
|
Loading…
Reference in a new issue