Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
Manually merged changes from riderkick#1685
Browse files Browse the repository at this point in the history
  • Loading branch information
SDXC committed Mar 28, 2019
1 parent 697413e commit 5078d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/modules/Pururin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function GetInfo()
end

function GetPageNumber()
local path = 'https://api.' .. domain .. '/images'
local path = 'https://cdn.' .. domain .. '/assets/images/data'
if http.get(MaybeFillHost(module.rooturl,url)) then
local x=TXQuery.Create(http.Document)
local s = x.xpathstring('//gallery-read/@gallery')
Expand Down Expand Up @@ -70,4 +70,4 @@ function Init()
m.ongetpagenumber='GetPageNumber'
m.ongetnameandlink='GetNameAndLink'
m.OnGetDirectoryPageNumber = 'getdirectorypagenumber'
end
end

0 comments on commit 5078d59

Please sign in to comment.