Skip to content

Commit

Permalink
JapScan, fix chapter list
Browse files Browse the repository at this point in the history
fixes #1627
  • Loading branch information
kmvi committed Jan 17, 2019
1 parent 6a8735d commit 9ec6c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/JapScan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getinfo()
mangainfo.artists=x.xpathstringall('//div[@id="main"]//p[contains(span, "Artiste")]/text()', '')
mangainfo.genres=x.xpathstringall('//div[@id="main"]//p[contains(span, "Type(s)")]/text()', '')
mangainfo.summary=x.xpathstring('//div[@id="main"]//div[contains(text(), "Synopsis")]/following-sibling::*')
x.xpathhrefall('//div[@id="chapters_list"]//div[@class="chapters_list"]/a', mangainfo.chapterlinks, mangainfo.chapternames)
x.xpathhrefall('css("div#chapters_list div.chapters_list > a")', mangainfo.chapterlinks, mangainfo.chapternames)
InvertStrings(mangainfo.chapterlinks, mangainfo.chapternames)
return no_error
else
Expand Down

0 comments on commit 9ec6c7d

Please sign in to comment.