mirror of
https://github.com/qist/tvbox.git
synced 2026-04-17 04:52:41 +00:00
update FM
This commit is contained in:
@@ -4,8 +4,8 @@ var rule = {
|
||||
//homeUrl:'/',
|
||||
//url: '/fyclass/page/fypage?',
|
||||
host:'http://127.0.0.1:10079',
|
||||
homeUrl:'/p/0/socks5%253A%252F%252F192.168.1.9%253A4592/https://www.jiyingw.net/',
|
||||
url: '/p/0/socks5%253A%252F%252F192.168.1.9%253A4592/https://www.jiyingw.net/fyclass/page/fypage?',
|
||||
homeUrl:'/p/0/socks5%253A%252F%252F192.168.101.1%253A1080/https://www.jiyingw.net/',
|
||||
url: '/p/0/socks5%253A%252F%252F192.168.101.1%253A1080/https://www.jiyingw.net/fyclass/page/fypage?',
|
||||
filter_url:'{{fl.class}}',
|
||||
filter:{
|
||||
"movie":[{"key":"class","name":"标签","value":[{"n":"全部","v":"movie"},{"n":"4k","v":"tag/4k"}, {"n":"人性","v":"tag/人性"}, {"n":"传记","v":"tag/chuanji"}, {"n":"儿童","v":"tag/儿童"}, {"n":"冒险","v":"tag/adventure"}, {"n":"剧情","v":"tag/剧情"}, {"n":"加拿大","v":"tag/加拿大"}, {"n":"动作","v":"tag/dongzuo"}, {"n":"动漫","v":"tag/动漫"}, {"n":"励志","v":"tag/励志"}, {"n":"历史","v":"tag/history"}, {"n":"古装","v":"tag/古装"}, {"n":"同性","v":"tag/gay"}, {"n":"喜剧","v":"tag/comedy"}, {"n":"国剧","v":"tag/国剧"}, {"n":"奇幻","v":"tag/qihuan"}, {"n":"女性","v":"tag/女性"}, {"n":"家庭","v":"tag/family"}, {"n":"德国","v":"tag/德国"}, {"n":"恐怖","v":"tag/kongbu"}, {"n":"悬疑","v":"tag/xuanyi"}, {"n":"惊悚","v":"tag/jingsong"}, {"n":"意大利","v":"tag/意大利"}, {"n":"战争","v":"tag/zhanzheng"}, {"n":"战斗","v":"tag/战斗"}, {"n":"搞笑","v":"tag/搞笑"}, {"n":"故事","v":"tag/故事"}, {"n":"文艺","v":"tag/文艺"}, {"n":"日常","v":"tag/日常"}, {"n":"日本","v":"tag/日本"}, {"n":"日语","v":"tag/日语"}, {"n":"校园","v":"tag/校园"}, {"n":"武侠","v":"tag/wuxia"}, {"n":"法国","v":"tag/法国"}, {"n":"游戏","v":"tag/游戏"}, {"n":"灾难","v":"tag/zainan"}, {"n":"爱情","v":"tag/爱情"}, {"n":"犯罪","v":"tag/crime"}, {"n":"真人秀","v":"tag/zhenrenxiu"}, {"n":"短片","v":"tag/duanpian"}, {"n":"科幻","v":"tag/kehuan"}, {"n":"纪录","v":"tag/jilu"}, {"n":"美剧","v":"tag/meiju"}, {"n":"舞台","v":"tag/stage"}, {"n":"西部","v":"tag/xibu"}, {"n":"运动","v":"tag/yundong"}, {"n":"韩剧","v":"tag/韩剧"}, {"n":"韩国","v":"tag/韩国"}, {"n":"音乐","v":"tag/yinyue"}, {"n":"高清电影","v":"tag/高清电影"}]}]
|
||||
@@ -50,7 +50,7 @@ let tabse = false;
|
||||
let d = pdfa(html, '#post_content p a');
|
||||
d.forEach(function(it) {
|
||||
let burl = pdfh(it, 'a&&href');
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/") || burl.startsWith("https://www.alipan.com/s/")){
|
||||
tabsa.push("阿里雲盤");
|
||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||
tabsq.push("夸克網盤");
|
||||
@@ -63,7 +63,7 @@ d.forEach(function(it) {
|
||||
d = pdfa(html, 'div#down p.down-list3 a');
|
||||
d.forEach(function(it) {
|
||||
let burl = pdfh(it, 'a&&href');
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/") || burl.startsWith("https://www.alipan.com/s/")){
|
||||
tabsa.push("阿里雲盤");
|
||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||
tabsq.push("夸克網盤");
|
||||
@@ -110,7 +110,7 @@ d.forEach(function(it){
|
||||
log('dygang title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||
let loopresult = title + '$' + burl;
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/") || burl.startsWith("https://www.alipan.com/s/")){
|
||||
if (true){
|
||||
if (TABS.length==1){
|
||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||
@@ -147,7 +147,7 @@ d.forEach(function(it){
|
||||
log('dygang title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||
let loopresult = title + '$' + burl;
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||
if (burl.startsWith("https://www.aliyundrive.com/s/") || burl.startsWith("https://www.alipan.com/s/")){
|
||||
if (true){
|
||||
if (TABS.length==1){
|
||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||
|
||||
@@ -8,35 +8,33 @@
|
||||
|
||||
#初秋语•综合
|
||||
../list.txt
|
||||
#番茄•综合
|
||||
http://fanqie.gq/a/1701859592.txt
|
||||
#YanG•综合
|
||||
https://fongmi.cachefly.net/YanG-1989/m3u/main/Gather.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/Gather.m3u
|
||||
#范明明•ipv6
|
||||
https://fongmi.cachefly.net/fanmingming/live/main/tv/m3u/ipv6.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/fanmingming/live/main/tv/m3u/ipv6.m3u
|
||||
#YueChan•综合
|
||||
https://fongmi.cachefly.net/YueChan/Live/main/IPTV.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/YueChan/Live/main/IPTV.m3u
|
||||
#Yoursmile•综合
|
||||
https://agit.ai/Yoursmile7/TVBox/raw/branch/master/live.txt
|
||||
#饭太硬•综合
|
||||
https://agit.ai/fantaiying/0/raw/branch/main/tvlive.txt
|
||||
#Ray•综合
|
||||
https://xhdwc.tk/tvlive.txt
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/dxawi/0/main/tvlive.txt
|
||||
#俊于•综合
|
||||
http://home.jundie.top:81/Cat/tv/live.txt
|
||||
#初秋语•电台
|
||||
../radio.txt
|
||||
#范明明•电台
|
||||
https://fongmi.cachefly.net/fanmingming/live/main/radio/m3u/index.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/fanmingming/live/main/radio/m3u/index.m3u
|
||||
#肥羊•斗鱼
|
||||
https://fongmi.cachefly.net/Ftindy/IPTV-URL/main/douyuyqk.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/Ftindy/IPTV-URL/main/douyuyqk.m3u
|
||||
#肥羊•虎牙
|
||||
https://fongmi.cachefly.net/Ftindy/IPTV-URL/main/huyayqk.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/Ftindy/IPTV-URL/main/huyayqk.m3u
|
||||
#YanG•斗鱼
|
||||
https://fongmi.cachefly.net/YanG-1989/m3u/main/yu.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/yu.m3u
|
||||
#YanG•虎牙
|
||||
https://fongmi.cachefly.net/YanG-1989/m3u/main/ya.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/ya.m3u
|
||||
#16万•MV
|
||||
https://fongmi.cachefly.net/lystv/short/main/影视/tvb/MTV.txt
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/lystv/short/main/影视/tvb/MTV.txt
|
||||
#YuanHsing•油管
|
||||
https://fongmi.cachefly.net/YuanHsing/YouTube_to_m3u/main/youtube.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/YuanHsing/YouTube_to_m3u/main/youtube.m3u
|
||||
@@ -9,11 +9,11 @@
|
||||
#初秋语
|
||||
../listx.txt
|
||||
#YanG
|
||||
https://fongmi.cachefly.net/YanG-1989/m3u/main/Adult.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/Adult.m3u
|
||||
#atsushi
|
||||
https://fongmi.cachefly.net/atsushi444/iptv-epg/main/Adult.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/atsushi444/iptv-epg/main/Adult.m3u
|
||||
#AV集
|
||||
../livex.m3u
|
||||
#直播
|
||||
https://fongmi.cachefly.net/YanG-1989/m3u/main/XX.m3u
|
||||
https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/XX.m3u
|
||||
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
[
|
||||
{"name":"初秋语•综合","url":"../list.txt"},
|
||||
{"name":"番茄•综合","url":"http://fanqie.gq/a/1701859592.txt"},
|
||||
{"name":"YanG•综合","url":"https://fongmi.cachefly.net/YanG-1989/m3u/main/Gather.m3u"},
|
||||
{"name":"范明明•ipv6","url":"https://fongmi.cachefly.net/fanmingming/live/main/tv/m3u/ipv6.m3u"},
|
||||
{"name":"YueChan•综合","url":"https://fongmi.cachefly.net/YueChan/Live/main/IPTV.m3u"},
|
||||
{"name":"YanG•综合","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/Gather.m3u"},
|
||||
{"name":"范明明•ipv6","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/fanmingming/live/main/tv/m3u/ipv6.m3u"},
|
||||
{"name":"YueChan•综合","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/YueChan/Live/main/IPTV.m3u"},
|
||||
{"name":"Yoursmile•综合","url":"https://agit.ai/Yoursmile7/TVBox/raw/branch/master/live.txt"},
|
||||
{"name":"饭太硬•综合","url":"https://agit.ai/fantaiying/0/raw/branch/main/tvlive.txt"},
|
||||
{"name":"Ray•综合","url":"https://xhdwc.tk/tvlive.txt"},
|
||||
{"name":"Ray•综合","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/dxawi/0/main/tvlive.txt"},
|
||||
{"name":"俊于•综合","url":"http://home.jundie.top:81/Cat/tv/live.txt"},
|
||||
{"name":"初秋语•电台","url":"../radio.txt"},
|
||||
{"name":"范明明•电台","url":"https://fongmi.cachefly.net/fanmingming/live/main/radio/m3u/index.m3u"},
|
||||
{"name":"肥羊•斗鱼","url":"https://fongmi.cachefly.net/Ftindy/IPTV-URL/main/douyuyqk.m3u"},
|
||||
{"name":"肥羊•虎牙","url":"https://fongmi.cachefly.net/Ftindy/IPTV-URL/main/huyayqk.m3u"},
|
||||
{"name":"YanG•斗鱼","type":0,"url":"https://fongmi.cachefly.net/YanG-1989/m3u/main/yu.m3u"},
|
||||
{"name":"YanG•虎牙","type":0,"url":"https://fongmi.cachefly.net/YanG-1989/m3u/main/ya.m3u"},
|
||||
{"name":"16万•MV","url":"https://fongmi.cachefly.net/lystv/short/main/影视/tvb/MTV.txt"},
|
||||
{"name":"YuanHsing•油管","url":"https://fongmi.cachefly.net/YuanHsing/YouTube_to_m3u/main/youtube.m3u"}
|
||||
{"name":"范明明•电台","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/fanmingming/live/main/radio/m3u/index.m3u"},
|
||||
{"name":"肥羊•斗鱼","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/Ftindy/IPTV-URL/main/douyuyqk.m3u"},
|
||||
{"name":"肥羊•虎牙","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/Ftindy/IPTV-URL/main/huyayqk.m3u"},
|
||||
{"name":"YanG•斗鱼","type":0,"url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/yu.m3u"},
|
||||
{"name":"YanG•虎牙","type":0,"url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/YanG-1989/m3u/main/ya.m3u"},
|
||||
{"name":"16万•MV","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/lystv/short/main/影视/tvb/MTV.txt"},
|
||||
{"name":"YuanHsing•油管","url":"https://github.moeyy.xyz/https://raw.githubusercontent.com/YuanHsing/YouTube_to_m3u/main/youtube.m3u"}
|
||||
]
|
||||
@@ -3,13 +3,13 @@ var rule = {
|
||||
//host:'https://www.meijumi.xyz',
|
||||
//homeUrl:'/',
|
||||
//url: '/fyclass/page/fypage/?',
|
||||
host:'http://192.168.1.9:10078',
|
||||
homeUrl:'/p/0/socks5%253A%252F%252F192.168.1.9%253A4592/https://www.meijumi.net/',
|
||||
url: '/p/0/socks5%253A%252F%252F192.168.1.9%253A4592/https://www.meijumi.net/fyclass/page/fypage/?',
|
||||
host:'http://192.168.101.1:10078',
|
||||
homeUrl:'/p/0/socks5%253A%252F%252F192.168.101.1%253A1080/https://www.meijumi.net/',
|
||||
url: '/p/0/socks5%253A%252F%252F192.168.101.1%253A1080/https://www.meijumi.net/fyclass/page/fypage/?',
|
||||
filter_url:'{{fl.class}}',
|
||||
filter:{
|
||||
},
|
||||
searchUrl: '/p/0/socks5%253A%252F%252F192.168.1.9%253A4592/https://www.meijumi.net/?s=**',
|
||||
searchUrl: '/p/0/socks5%253A%252F%252F192.168.101.1%253A1080/https://www.meijumi.net/?s=**',
|
||||
searchable:2,
|
||||
quickSearch:0,
|
||||
filterable:0,
|
||||
@@ -152,7 +152,7 @@ d.forEach(function(it) {
|
||||
magfn = resolution + "." + magfn;
|
||||
log("tabs magnet filename>>>>>>>>>>>" + magfn);
|
||||
playObj["magnet"][purl]=magfn;
|
||||
}else if (purl.startsWith("https://www.aliyundrive.com/s/")){
|
||||
}else if (burl.startsWith("https://www.aliyundrive.com/s/") || burl.startsWith("https://www.alipan.com/s/")){
|
||||
playObj["ali"][purl]=title;
|
||||
}else if (purl.startsWith("https://pan.quark.cn/s/")){
|
||||
playObj["quark"][purl]=title;
|
||||
@@ -229,7 +229,7 @@ if (false && LISTS.length>0 && typeof LISTS[0] === "object"){
|
||||
magfn = resolution + "." + magfn;
|
||||
log("tabs magnet filename>>>>>>>>>>>" + magfn);
|
||||
playObj["magnet"][purl]=magfn;
|
||||
}else if (purl.startsWith("https://www.aliyundrive.com/s/")){
|
||||
}else if (burl.startsWith("https://www.aliyundrive.com/s/") || burl.startsWith("https://www.alipan.com/s/")){
|
||||
playObj["ali"][purl]=title;
|
||||
}else if (purl.startsWith("https://pan.quark.cn/s/")){
|
||||
playObj["quark"][purl]=title;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
var rule = {
|
||||
title:'人人影视[搜]',
|
||||
host:'http://127.0.0.1:10079',
|
||||
homeUrl:'/p/0/socks5:%252F%252F192.168.1.9:4592/https://yyets.click/',
|
||||
homeUrl:'/p/0/socks5:%252F%252F192.168.101.1:1080/https://yyets.click/',
|
||||
url:'*',
|
||||
filter_url:'{{fl.class}}',
|
||||
filter:{
|
||||
@@ -56,7 +56,7 @@ let d=[];
|
||||
for(const it in json.comment){
|
||||
if (json.comment.hasOwnProperty(it)){
|
||||
log("yyets search it>>>>>>>>>>>>>>>" + JSON.stringify(json.comment[it]));
|
||||
if (/(www.aliyundrive.com|pan.quark.cn)/.test(json.comment[it].comment)){
|
||||
if (/(www.aliyundrive.com|pan.quark.cn|www.alipan.com)/.test(json.comment[it].comment)){
|
||||
let its = json.comment[it].comment.split("\\n");
|
||||
let i=0;
|
||||
while(i<its.length){
|
||||
|
||||
Reference in New Issue
Block a user