Skip to content

Commit

Permalink
Merge pull request #78 from eternal-flame-AD/upstream
Browse files Browse the repository at this point in the history
修复部分浏览器不兼容regexp lookbehind
  • Loading branch information
_eternal_flame authored Jul 10, 2018
2 parents 84e2d95 + 48b192f commit d9fdbc1
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 @@ -187,7 +187,7 @@ PxerHtmlParser.parseMediumHtml =function({task,dom,url,pw}){

PxerHtmlParser.REGEXP ={
'getDate':/img\/((?:\d+\/){5}\d+)/,
'getInitData':/(?<=\()\{token:.*\}(?=\);)/
'getInitData':/\{token:.*\}(?=\);)/
};

PxerHtmlParser.HTMLParser =function(aHTMLString){
Expand Down

0 comments on commit d9fdbc1

Please sign in to comment.