diff --git a/JS/朴樱影视.js b/JS/朴樱影视.js index cbc4595..4731208 100644 --- a/JS/朴樱影视.js +++ b/JS/朴樱影视.js @@ -4,7 +4,8 @@ var rule = { title:'朴樱影视', 模板:'mxone5', // host:'https://www.b09.net', - host:'https://www.pyys.art', + // host:'https://www.pyys.art', + host:'https://www.pyys.top', // url:'/index.php/vod/show/id/fyclass/page/fypage.html', url:'/index.php/vod/show/id/fyfilter.html', filterable:1,//是否启用分类筛选, @@ -21,6 +22,21 @@ var rule = { 3:{cateId:'3'}, 4:{cateId:'4'} }, + lazy:`js: + var html = JSON.parse(request(input).match(/r player_.*?=(.*?) { + d.push({ + title: pdfh(it, 'h2&&Text'), + desc: pdfh(it, '.me-auto&&Text') + '分 / ' + pdfh(it, '.small&&Text'), + // pic_url: pd(it, '.card-img&&style'), // 只有 影视TV&爱佬版 有图片 + pic_url: /!'/.test(pd(it, '.card-img&&style'))?pd(it, '.card-img&&style'):pd(it, '.card-img&&style').replaceAll("'",""), // 兼容 影视TV&爱佬版 以外的其它壳子 + url: pd(it, 'a&&href') + }); + }) + setResult(d); + `, + 一级: `js: + pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; + var d = []; + if (MY_CATE !== '1' && MY_CATE !== '2') { + let turl = (MY_PAGE === 1)? 'index' : 'index_'+ MY_PAGE; + input = HOST + MY_CATE + turl + '.html'; + } + var html = request(input); + var list = pdfa(html, 'body&&.col'); + list.forEach(it => { + d.push({ + title: pdfh(it, 'h2&&Text'), + desc: pdfh(it, '.me-auto&&Text') + '分 / ' + pdfh(it, '.small&&Text'), + // pic_url: pdfh(it, '.card-img&&style'), // 只有 影视TV&爱佬版 有图片 + pic_url: /!'/.test(pd(it, '.card-img&&style'))?pd(it, '.card-img&&style'):pd(it, '.card-img&&style').replaceAll("'",""), // 兼容 影视TV&爱佬版 以外的其它壳子 + url: pd(it, 'a&&href') + }); + }) + setResult(d); + `, + 二级:{ + title:'h1&&Text;p.mb-2:eq(4)&&Text', + desc:'p.mb-2:eq(1)&&Text;;;p.mb-2:eq(7)&&Text;p.mb-2:eq(5)&&Text', + img:'.rounded-2&&src', + content:'.mv_card_box&&Text', + // tabs:'js:TABS = ["道长磁力"]', + // lists:'.mv_down:eq(#id)&&.border-bottom', + // list_text:'a&&Text', + // list_url:'a&&href', + + tabs:'js:TABS = ["道长磁力","道长在线预览"]', + lists:`js: + log(TABS); + pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; + LISTS = []; + var dd=[]; + TABS.forEach(function(tab) { + if (/道长磁力/.test(tab)) { + var d = pdfa(html, '.mv_down&&.border-bottom'); + d = d.map(function(it) { + var title = pdfh(it, 'a&&Text'); + log('title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title); + var burl = pd(it, 'a&&href'); + log('burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl); + return title + '$' + burl + }); + LISTS.push(d) + } else if (/道长在线预览/.test(tab)) { + var d = pd(html, 'iframe&&src'); + if (d) { + d=['第一集在线播放预览$' + d] + } else { + d=['没有预览不要点$http://www.sharenice.net/douyin/23852'] + } + LISTS.push(d) + } + }); + `, + }, + 搜索:'.col;h2&&Text;.card-img&&style;.me-auto&&Text;a&&href', +} \ No newline at end of file