fixing Fragile
This commit is contained in:
parent
81827f83bc
commit
a1e79cbbf2
1 changed files with 3 additions and 2 deletions
|
@ -127,8 +127,9 @@ class ForLackOfABetterComic(_BasicScraper):
|
||||||
|
|
||||||
class Fragile(_ParserScraper):
|
class Fragile(_ParserScraper):
|
||||||
url = 'http://www.fragilestory.com/'
|
url = 'http://www.fragilestory.com/'
|
||||||
imageSearch = '//div[@id="content_comics"]/a[@class="nobg"]/img'
|
imageSearch = '//div[@id="comic_strip"]/a[@class="nobg"]/img'
|
||||||
prevSearch = '//a[@class="comicnav" and contains(text(),"Prev")]'
|
prevSearch = '//div[@id="nav_comic_a"]/a[2]'
|
||||||
|
firstStripUrl = url + 'strips/chapter_01'
|
||||||
|
|
||||||
|
|
||||||
class FragileSpanish(_ParserScraper):
|
class FragileSpanish(_ParserScraper):
|
||||||
|
|
Loading…
Reference in a new issue