Add TaleOfTenThousand
This commit is contained in:
parent
1ebdea7aae
commit
0df3db7f5c
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,14 @@ class TailsAndTactics(_ParserScraper):
|
|||
prevSearch = '//a[text()=" Back"]'
|
||||
|
||||
|
||||
class TaleOfTenThousand(_ParserScraper):
|
||||
url = 'http://www.t10k.club/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % '1-01_00'
|
||||
imageSearch = '//article[@id="comic"]//img'
|
||||
prevSearch = '//a[d:class("prev")]'
|
||||
|
||||
|
||||
class TekMage(_WPNavi):
|
||||
url = 'https://tekmagecomic.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
|
|
Loading…
Reference in a new issue