mirror of
https://github.com/qist/tvbox.git
synced 2026-04-27 01:42:58 +00:00
Add files via upload
This commit is contained in:
21
js/MV263.js
Normal file
21
js/MV263.js
Normal file
@@ -0,0 +1,21 @@
|
||||
var rule = {
|
||||
title:'MV263',
|
||||
host:'https://www.mv263.com',
|
||||
url:'/fyclass_fypage.html',
|
||||
searchUrl:'/search.php?q=**',
|
||||
searchable:2,
|
||||
quickSearch:0,
|
||||
filterable:0,
|
||||
headers:{
|
||||
'User-Agent':'MOBILE_UA'
|
||||
},
|
||||
class_parse: '.navbar li;a&&Text;a&&href;.*/(.*?).html',
|
||||
timeout:5000,
|
||||
play_parse:true,
|
||||
lazy:'js:let html=request(input);let src=jsp.pd(html,".edui-upload-video&&src");input={jx:0,url:src,parse:0,header:JSON.stringify({"referer":"https://www.mv263.com/"})}',
|
||||
limit:6,
|
||||
推荐:'.toplist&&li;*;*;p&&Text;a&&href',
|
||||
一级:'.article&&.post;.b-lazy&&alt;.b-lazy&&data-src;.post-text&&Text;a&&href',
|
||||
二级:'*',
|
||||
搜索:'.list-search&&p;a&&Text;;body--a&&Text;a&&href',
|
||||
}
|
||||
Reference in New Issue
Block a user