Add TwokindsSketches
This commit is contained in:
parent
0f8fe12c10
commit
e7ebecd03d
1 changed files with 5 additions and 0 deletions
|
@ -359,6 +359,11 @@ class Twokinds(_ParserScraper):
|
|||
help = 'Index format: n (unpadded)'
|
||||
|
||||
|
||||
class TwokindsSketches(Twokinds):
|
||||
name = 'Twokinds/Sketches'
|
||||
imageSearch = '//article[contains(@class, "comic")]/a'
|
||||
|
||||
|
||||
class TwoLumps(_BasicScraper):
|
||||
url = 'http://www.twolumps.net/'
|
||||
stripUrl = url + 'd/%s.html'
|
||||
|
|
Loading…
Reference in a new issue