mirror of
https://github.com/qist/tvbox.git
synced 2025-10-27 18:22:47 +00:00
update PG
This commit is contained in:
18
js/ss直播.js
Normal file
18
js/ss直播.js
Normal file
@@ -0,0 +1,18 @@
|
||||
var rule = {
|
||||
title:'ss直播',
|
||||
host:'http://api.hclyz.com:81',
|
||||
homeUrl:'/mf/json.txt',
|
||||
url:'/mf/fyclass',
|
||||
class_name:'all',
|
||||
class_url:'json.txt',
|
||||
headers:{
|
||||
'User-Agent':'MOBILE_UA',
|
||||
},
|
||||
timeout:5000,
|
||||
limit:200,
|
||||
play_parse:true,
|
||||
lazy:'',
|
||||
一级:'json:pingtai;title;xinimg;Number;address',
|
||||
二级:'js:var d=[];var jo=JSON.parse(request(input)).zhubo;VOD={};for(var i=0;i<jo.length;i++){d.push({title:jo[i].title,url:jo[i].address})}VOD.vod_play_from="播放源";VOD.vod_play_url=d.map(function(it){return it.title+"$"+it.url}).join("#");setResult(d);',
|
||||
搜索:'*',
|
||||
}
|
||||
Reference in New Issue
Block a user