diff --git a/plugins/drpy.js b/plugins/drpy.js index a6a6d9b4..96f19bb3 100644 --- a/plugins/drpy.js +++ b/plugins/drpy.js @@ -239,6 +239,9 @@ function detailParse(Obj){ }else { let vodList = []; try { + log(html); + log(p1); + log(_pdfa.toString()) vodList = _pdfa(html, p1); console.log('len(vodList):'+vodList.length); }catch (e) { @@ -435,9 +438,9 @@ var urljoin2 = urljoin; // 内置 pdfh,pdfa,pd const defaultParser = { - pdfh:pdfh, - pdfa:pdfa, - pd:pd, + pdfh:_pdfh, + pdfa:_pdfa, + pd:_pd, }; function pdfh2(html,parse){ let html2 = html;