Add TwinDragons
This commit is contained in:
parent
55180babcf
commit
8f335c15e1
1 changed files with 7 additions and 0 deletions
|
@ -302,6 +302,13 @@ class Turnoff(_ParserScraper):
|
||||||
return "%03d-%s" % (index, file_name)
|
return "%03d-%s" % (index, file_name)
|
||||||
|
|
||||||
|
|
||||||
|
class TwinDragons(_WordPressScraper):
|
||||||
|
url = 'http://www.twindragonscomic.com/'
|
||||||
|
stripUrl = url + 'comic/%s/'
|
||||||
|
firstStripUrl = stripUrl % 'the-beginning'
|
||||||
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
|
||||||
class TwoGuysAndGuy(_BasicScraper):
|
class TwoGuysAndGuy(_BasicScraper):
|
||||||
url = 'http://www.twogag.com/'
|
url = 'http://www.twogag.com/'
|
||||||
rurl = escape(url)
|
rurl = escape(url)
|
||||||
|
|
Loading…
Reference in a new issue