Fix Replay
This commit is contained in:
parent
a1bcdfb987
commit
18b8a79ab7
1 changed files with 1 additions and 2 deletions
|
@ -116,9 +116,8 @@ class Requiem(_WordPressScraper):
|
|||
class Replay(_ParserScraper):
|
||||
url = 'http://replaycomic.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
url = stripUrl % 'trying-it-out'
|
||||
firstStripUrl = stripUrl % 'red-desert'
|
||||
imageSearch = '//div[@id="comic"]//img'
|
||||
imageSearch = '//div[@id="comic"]//img[@alt]'
|
||||
prevSearch = '//a[contains(@class, "comic-nav-previous")]'
|
||||
nextSearch = '//a[contains(@class, "comic-nav-next")]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue