Restore LatchkeyKingdom
This commit is contained in:
parent
6763c105b7
commit
e1c7538c44
2 changed files with 6 additions and 1 deletions
|
@ -27,6 +27,8 @@ class ComicFury(_ParserScraper):
|
|||
XPATH_IMG % ('Previous'),
|
||||
# Art, ConsolersDLC, etc.
|
||||
u'//nav//a[contains(text(), "\u2039")]',
|
||||
# LatchkeyKingdom
|
||||
'//a[%s and img[contains(@src, "Previous")]]' % xpath_class('navi'),
|
||||
# RedSpot
|
||||
'//a[contains(text(), "Back")]',
|
||||
# KATRAN
|
||||
|
@ -41,6 +43,8 @@ class ComicFury(_ParserScraper):
|
|||
XPATH_IMG % ('Next'),
|
||||
# Art, ConsolersDLC, etc.
|
||||
u'//nav//a[contains(text(), "\u203A")]',
|
||||
# LatchkeyKingdom
|
||||
'//a[%s and img[contains(@src, "Next")]]' % xpath_class('navi'),
|
||||
# RedSpot, KATRAN
|
||||
'//a[contains(text(), "Next")]',
|
||||
)
|
||||
|
@ -604,6 +608,7 @@ class ComicFury(_ParserScraper):
|
|||
cls('LastTaxi', 'lasttaxi'),
|
||||
cls('LaszloAndEdgar', 'laszloedgar'),
|
||||
cls('Latchkey', 'latchkey'),
|
||||
cls('LatchkeyKingdom', 'latchkeykingdom'),
|
||||
cls('Lately', 'lately'),
|
||||
cls('Lauras24HourComics', 'lauras24hourcomics'),
|
||||
# LavenderLegend has a duplicate in SmackJeeves/LavenderLegend
|
||||
|
|
|
@ -501,7 +501,6 @@ class Removed(Scraper):
|
|||
cls('SmackJeeves/Kranburn'),
|
||||
cls('SmackJeeves/KuroNeko'),
|
||||
cls('SmackJeeves/LastLivingSouls'),
|
||||
cls('SmackJeeves/LatchkeyKingdom'),
|
||||
cls('SmackJeeves/LegendsofMobiusBookOne'),
|
||||
cls('SmackJeeves/LetsBreakitforReals'),
|
||||
cls('SmackJeeves/LiliBleu'),
|
||||
|
@ -716,6 +715,7 @@ class Renamed(Scraper):
|
|||
cls('SmackJeeves/DoomsdayMyDear', 'DoomsdayMyDear'),
|
||||
cls('SmackJeeves/ForestHill', 'ForestHill'),
|
||||
cls('SmackJeeves/Katran', 'ComicFury/KATRAN'),
|
||||
cls('SmackJeeves/LatchkeyKingdom', 'ComicFury/LatchkeyKingdom'),
|
||||
cls('SmackJeeves/Magience', 'ComicFury/Magience'),
|
||||
cls('SmackJeeves/RiversideExtras', 'RiversideExtras'),
|
||||
cls('SmackJeeves/StarTrip', 'StarTrip'),
|
||||
|
|
Loading…
Reference in a new issue