Add TheGlassScientists
This commit is contained in:
parent
c870f71715
commit
598cdd092c
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,11 @@ class TheGentleWolf(_WordPressScraper):
|
|||
return filename
|
||||
|
||||
|
||||
class TheGlassScientists(_ComicControlScraper):
|
||||
url = 'https://www.theglassscientists.com/'
|
||||
firstStripUrl = url + 'comic/chapter-i'
|
||||
|
||||
|
||||
class TheJunkHyenasDiner(_WordPressScraper):
|
||||
url = 'http://junkhyenasdiner.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
|
|
Loading…
Reference in a new issue