Add TheBoyWhoFell
This commit is contained in:
parent
f223bc09fb
commit
c870f71715
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ class Tamberlane(_WPWebcomic):
|
|||
prevSearch = '//a[@class="previous-link"]'
|
||||
|
||||
|
||||
class TheBoyWhoFell(_ComicControlScraper):
|
||||
url = 'https://www.boywhofell.com/'
|
||||
firstStripUrl = url + 'comic/ch00p00'
|
||||
|
||||
|
||||
class TheBrads(_ParserScraper):
|
||||
url = ('https://web.archive.org/web/20171211154809/'
|
||||
'http://bradcolbow.com/archive/C4/')
|
||||
|
|
Loading…
Reference in a new issue