Skip to content

Commit

Permalink
Merge pull request #75 from eternal-flame-AD/ugoiraparam
Browse files Browse the repository at this point in the history
fix ugoira param parse
  • Loading branch information
_eternal_flame authored Jul 9, 2018
2 parents 1d66bab + cd3d4ec commit 3f3be98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/class/PxerHtmlParser.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ PxerHtmlParser.parseMediumHtml =function({task,dom,url,pw}){

pw.domain = URLObj.domain;
pw.date =src.match(PxerHtmlParser.REGEXP['getDate'])[1];
pw.frames =meta['frames'];
pw.frames =meta['body']['frames'];
} else {
let src = illustData.urls.original;
let URLObj = parseURL(src);
Expand Down

0 comments on commit 3f3be98

Please sign in to comment.