Add files via upload
This commit is contained in:
parent
9c2dc59af4
commit
8ccc2aa671
25
js/18ha.js
Normal file
25
js/18ha.js
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
muban.短视2.二级.img = '.lazy&&data-src';
|
||||||
|
muban.短视2.二级.tab_text = 'body--i--span&&Text';
|
||||||
|
var rule = {
|
||||||
|
title: '18ha',
|
||||||
|
模板: '短视2',
|
||||||
|
host: 'https://sk100.tv',
|
||||||
|
detailUrl: '/voddetail/fyid.html',
|
||||||
|
class_name: '电影&电视剧&综艺&动漫&爽文短剧',
|
||||||
|
class_url: '1&2&4&3&33',
|
||||||
|
lazy: `js:
|
||||||
|
var html = JSON.parse(request(input).match(/r player_.*?=(.*?)</)[1]);
|
||||||
|
var url = html.url;
|
||||||
|
if (html.encrypt == '1') {
|
||||||
|
url = unescape(url)
|
||||||
|
} else if (html.encrypt == '2') {
|
||||||
|
url = unescape(base64Decode(url))
|
||||||
|
}
|
||||||
|
if (/m3u8|mp4/.test(url)) {
|
||||||
|
input = url
|
||||||
|
} else {
|
||||||
|
input
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
推荐: '.public-list-box;a&&title;.lazy&&data-src;.public-list-prb&&Text;a&&href',
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user