fixed oglaf next and previous tags (#141)
This commit is contained in:
parent
00d0201c5f
commit
31309a26d2
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ class Oglaf(_ParserScraper):
|
|||
stripUrl = url + '%s/'
|
||||
imageSearch = '//img[@id="strip"]'
|
||||
# search for "previous story" only
|
||||
prevSearch = '//a[div[@id="pvs"]]'
|
||||
prevSearch = '//link[@rel="prev"]'
|
||||
# search for "next page"
|
||||
nextSearch = '//a[div[@id="nx"]]'
|
||||
nextSearch = '//link[@rel="next"]'
|
||||
multipleImagesPerStrip = True
|
||||
adult = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue