mirror of
https://github.com/qist/tvbox.git
synced 2025-02-02 10:14:50 +08:00
update PG
This commit is contained in:
parent
36a331e8a9
commit
65ebb38353
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"spider":"./jar/fm.jar;md5;026dbaa77deff2861b6e47c70f1bbbf5",
|
"spider":"./jar/fm.jar;md5;c81d875f53022e96f8eea089c9fbf22c",
|
||||||
"lives":[{"name":"初秋语•综合","type":0,"url":"./list.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo":"https://epg.112114.xyz/logo/{name}.png"},
|
"lives":[{"name":"初秋语•综合","type":0,"url":"./list.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo":"https://epg.112114.xyz/logo/{name}.png"},
|
||||||
{"name":"Ray•综合","type":0,"url":"https://xhdwc.tk/tvlive.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo":"https://epg.112114.xyz/logo/{name}.png"},
|
{"name":"Ray•综合","type":0,"url":"https://xhdwc.tk/tvlive.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo":"https://epg.112114.xyz/logo/{name}.png"},
|
||||||
{"name":"俊于•综合","type":0,"url":"http://home.jundie.top:81/Cat/tv/live.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo": "https://epg.112114.xyz/logo/{name}.png"}],
|
{"name":"俊于•综合","type":0,"url":"http://home.jundie.top:81/Cat/tv/live.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo": "https://epg.112114.xyz/logo/{name}.png"}],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"spider":"./jar/fm.nogo.jar;md5;2ab8c76e9059830a7afe2299913cb541",
|
"spider":"./jar/fm.nogo.jar;md5;b3d5906a5c0ef0fec3ec0b0ad5cd53d2",
|
||||||
"lives":[{"name":"初秋语","type":0,"url":"./listx.txt"},
|
"lives":[{"name":"初秋语","type":0,"url":"./listx.txt"},
|
||||||
{"name":"YanG","type":0,"url":"https://ghproxy.com/https://raw.githubusercontent.com/YanG-1989/m3u/main/Adult.m3u"},
|
{"name":"YanG","type":0,"url":"https://ghproxy.com/https://raw.githubusercontent.com/YanG-1989/m3u/main/Adult.m3u"},
|
||||||
{"name":"atsushi","type":0,"url":"https://ghproxy.com/https://raw.githubusercontent.com/atsushi444/iptv-epg/main/Adult.m3u"},
|
{"name":"atsushi","type":0,"url":"https://ghproxy.com/https://raw.githubusercontent.com/atsushi444/iptv-epg/main/Adult.m3u"},
|
||||||
|
BIN
jar/fm.jar
BIN
jar/fm.jar
Binary file not shown.
BIN
jar/fm.nogo.jar
BIN
jar/fm.nogo.jar
Binary file not shown.
2
js.json
2
js.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"spider":"./jar/fm.jar;md5;026dbaa77deff2861b6e47c70f1bbbf5",
|
"spider":"./jar/fm.jar;md5;c81d875f53022e96f8eea089c9fbf22c",
|
||||||
"lives":[{"name":"live","type":0,"url":"https://xhdwc.tk/tvlive.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo": "https://epg.112114.xyz/logo/{name}.png"}],
|
"lives":[{"name":"live","type":0,"url":"https://xhdwc.tk/tvlive.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo": "https://epg.112114.xyz/logo/{name}.png"}],
|
||||||
"wallpaper":"http://饭太硬.top/深色壁纸/api.php",
|
"wallpaper":"http://饭太硬.top/深色壁纸/api.php",
|
||||||
"sites":[
|
"sites":[
|
||||||
|
@ -60,7 +60,7 @@ if (tabsm === true){
|
|||||||
if (tabse === true){
|
if (tabse === true){
|
||||||
TABS.push("電驢");
|
TABS.push("電驢");
|
||||||
}
|
}
|
||||||
if (tabsa.length + tabsq.length > 1){
|
if (false && tabsa.length + tabsq.length > 1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
let tmpIndex;
|
let tmpIndex;
|
||||||
@ -92,7 +92,7 @@ d.forEach(function(it){
|
|||||||
log('4khdr burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('4khdr burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -104,7 +104,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -127,7 +127,7 @@ if (listm.length>0){
|
|||||||
if (liste.length>0){
|
if (liste.length>0){
|
||||||
LISTS.push(liste);
|
LISTS.push(liste);
|
||||||
}
|
}
|
||||||
if (lista.length + listq.length > 1){
|
if (false && lista.length + listq.length > 1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
lista.forEach(function(it){
|
lista.forEach(function(it){
|
||||||
|
@ -88,7 +88,7 @@ if (tabsm === true){
|
|||||||
if (tabse === true){
|
if (tabse === true){
|
||||||
TABS.push("電驢");
|
TABS.push("電驢");
|
||||||
}
|
}
|
||||||
if (tabsa.length + tabsq.length > 1){
|
if (false && tabsa.length + tabsq.length > 1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
let tmpIndex;
|
let tmpIndex;
|
||||||
@ -124,7 +124,7 @@ d.forEach(function(it){
|
|||||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -136,7 +136,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -195,7 +195,7 @@ if (listm.length>0){
|
|||||||
if (liste.length>0){
|
if (liste.length>0){
|
||||||
LISTS.push(liste);
|
LISTS.push(liste);
|
||||||
}
|
}
|
||||||
if (lista.length + listq.length > 1){
|
if (false && lista.length + listq.length > 1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
lista.forEach(function(it){
|
lista.forEach(function(it){
|
||||||
|
@ -79,7 +79,7 @@ if (tabsm === true){
|
|||||||
if (tabse === true){
|
if (tabse === true){
|
||||||
TABS.push("電驢");
|
TABS.push("電驢");
|
||||||
}
|
}
|
||||||
if (tabsa.length + tabsq.length > 1){
|
if (false && tabsa.length + tabsq.length > 1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
let tmpIndex;
|
let tmpIndex;
|
||||||
@ -111,7 +111,7 @@ d.forEach(function(it){
|
|||||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -123,7 +123,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -148,7 +148,7 @@ d.forEach(function(it){
|
|||||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -160,7 +160,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -183,7 +183,7 @@ if (listm.length>0){
|
|||||||
if (liste.length>0){
|
if (liste.length>0){
|
||||||
LISTS.push(liste);
|
LISTS.push(liste);
|
||||||
}
|
}
|
||||||
if (lista.length + listq.length > 1){
|
if (false && lista.length + listq.length > 1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
lista.forEach(function(it){
|
lista.forEach(function(it){
|
||||||
|
@ -79,7 +79,7 @@ if (tabsm === true){
|
|||||||
if (tabse === true){
|
if (tabse === true){
|
||||||
TABS.push("電驢");
|
TABS.push("電驢");
|
||||||
}
|
}
|
||||||
if (tabsa.length + tabsq.length > 1){
|
if (false && tabsa.length + tabsq.length > 1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
let tmpIndex;
|
let tmpIndex;
|
||||||
@ -111,7 +111,7 @@ d.forEach(function(it){
|
|||||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -123,7 +123,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -148,7 +148,7 @@ d.forEach(function(it){
|
|||||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -160,7 +160,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -183,7 +183,7 @@ if (listm.length>0){
|
|||||||
if (liste.length>0){
|
if (liste.length>0){
|
||||||
LISTS.push(liste);
|
LISTS.push(liste);
|
||||||
}
|
}
|
||||||
if (lista.length + listq.length > 1){
|
if (false && lista.length + listq.length > 1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
lista.forEach(function(it){
|
lista.forEach(function(it){
|
||||||
|
@ -60,7 +60,7 @@ pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
|||||||
TABS=[]
|
TABS=[]
|
||||||
let d = pdfa(html, 'div.viewthread div.message a[href^="https://pan.quark.cn/s/"]');
|
let d = pdfa(html, 'div.viewthread div.message a[href^="https://pan.quark.cn/s/"]');
|
||||||
let index = 1;
|
let index = 1;
|
||||||
if (d.length>1){
|
if (false && d.length>1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
d.forEach(function(it) {
|
d.forEach(function(it) {
|
||||||
@ -75,12 +75,12 @@ LISTS=[];
|
|||||||
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;
|
||||||
let d = pdfa(html, 'div.viewthread div.message a[href^="https://pan.quark.cn/s/"]');
|
let d = pdfa(html, 'div.viewthread div.message a[href^="https://pan.quark.cn/s/"]');
|
||||||
let index = 1;
|
let index = 1;
|
||||||
if (d.length>1){
|
if (false && d.length>1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
d.forEach(function(it) {
|
d.forEach(function(it) {
|
||||||
let burl = pdfh(it, 'a&&href');
|
let burl = pdfh(it, 'a&&href');
|
||||||
if (false){
|
if (true){
|
||||||
if (d.length==1){
|
if (d.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
|
@ -178,14 +178,14 @@ playGroups.forEach(function (it) {
|
|||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
}
|
}
|
||||||
if (aliCount === 1){
|
if (aliCount === 1){
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
TABS.push("阿里雲盤" + groupIndex);
|
TABS.push("阿里雲盤" + groupIndex);
|
||||||
}
|
}
|
||||||
if (quarkCount === 1){
|
if (quarkCount === 1){
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
@ -268,12 +268,12 @@ playGroups.forEach(function(it){
|
|||||||
for(const key in it["ali"]){
|
for(const key in it["ali"]){
|
||||||
if (it["ali"].hasOwnProperty(key)){
|
if (it["ali"].hasOwnProperty(key)){
|
||||||
let title = it["ali"][key];
|
let title = it["ali"][key];
|
||||||
//let burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(key);
|
let burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(key);
|
||||||
let burl = "push://" + key;
|
//let burl = "push://" + key;
|
||||||
log('meijumi ali title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
log('meijumi ali title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||||
log('meijumi ali burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('meijumi ali burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
d.push(title + '$' + burl);
|
d.push(title + '$' + burl);
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
@ -286,12 +286,12 @@ playGroups.forEach(function(it){
|
|||||||
for(const key in it["quark"]){
|
for(const key in it["quark"]){
|
||||||
if (it["quark"].hasOwnProperty(key)){
|
if (it["quark"].hasOwnProperty(key)){
|
||||||
let title = it["quark"][key];
|
let title = it["quark"][key];
|
||||||
//let burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(key);
|
let burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(key);
|
||||||
let burl = "push://" + key;
|
//let burl = "push://" + key;
|
||||||
log('meijumi quark title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
log('meijumi quark title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||||
log('meijumi quark burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('meijumi quark burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
d.push(title + '$' + burl);
|
d.push(title + '$' + burl);
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
|
@ -178,14 +178,14 @@ playGroups.forEach(function (it) {
|
|||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
}
|
}
|
||||||
if (aliCount === 1){
|
if (aliCount === 1){
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
TABS.push("阿里雲盤" + groupIndex);
|
TABS.push("阿里雲盤" + groupIndex);
|
||||||
}
|
}
|
||||||
if (quarkCount === 1){
|
if (quarkCount === 1){
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
@ -268,12 +268,12 @@ playGroups.forEach(function(it){
|
|||||||
for(const key in it["ali"]){
|
for(const key in it["ali"]){
|
||||||
if (it["ali"].hasOwnProperty(key)){
|
if (it["ali"].hasOwnProperty(key)){
|
||||||
let title = it["ali"][key];
|
let title = it["ali"][key];
|
||||||
//let burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(key);
|
let burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(key);
|
||||||
let burl = "push://" + key;
|
//let burl = "push://" + key;
|
||||||
log('meijumi ali title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
log('meijumi ali title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||||
log('meijumi ali burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('meijumi ali burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
d.push(title + '$' + burl);
|
d.push(title + '$' + burl);
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
@ -286,12 +286,12 @@ playGroups.forEach(function(it){
|
|||||||
for(const key in it["quark"]){
|
for(const key in it["quark"]){
|
||||||
if (it["quark"].hasOwnProperty(key)){
|
if (it["quark"].hasOwnProperty(key)){
|
||||||
let title = it["quark"][key];
|
let title = it["quark"][key];
|
||||||
//let burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(key);
|
let burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(key);
|
||||||
let burl = "push://" + key;
|
//let burl = "push://" + key;
|
||||||
log('meijumi quark title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
log('meijumi quark title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title);
|
||||||
log('meijumi quark burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('meijumi quark burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
d.push(title + '$' + burl);
|
d.push(title + '$' + burl);
|
||||||
if (!haveMag && !haveDelay){
|
if (false && !haveMag && !haveDelay){
|
||||||
haveDelay = true;
|
haveDelay = true;
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,7 @@ if (tabsm === true){
|
|||||||
if (tabse === true){
|
if (tabse === true){
|
||||||
TABS.push("電驢");
|
TABS.push("電驢");
|
||||||
}
|
}
|
||||||
if (tabsa.length + tabsq.length > 1){
|
if (false && tabsa.length + tabsq.length > 1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
let tmpIndex;
|
let tmpIndex;
|
||||||
@ -92,7 +92,7 @@ d.forEach(function(it){
|
|||||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -104,7 +104,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -127,7 +127,7 @@ if (listm.length>0){
|
|||||||
if (liste.length>0){
|
if (liste.length>0){
|
||||||
LISTS.push(liste.reverse());
|
LISTS.push(liste.reverse());
|
||||||
}
|
}
|
||||||
if (lista.length + listq.length > 1){
|
if (false && lista.length + listq.length > 1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
lista.forEach(function(it){
|
lista.forEach(function(it){
|
||||||
|
@ -116,7 +116,7 @@ if (tabsm === true){
|
|||||||
if (tabse === true){
|
if (tabse === true){
|
||||||
TABS.push("電驢");
|
TABS.push("電驢");
|
||||||
}
|
}
|
||||||
if (tabsa.length + tabsq.length > 1){
|
if (false && tabsa.length + tabsq.length > 1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
let tmpIndex;
|
let tmpIndex;
|
||||||
@ -152,7 +152,7 @@ d.forEach(function(it){
|
|||||||
log('xb6v burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('xb6v burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -164,7 +164,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -223,7 +223,7 @@ if (listm.length>0){
|
|||||||
if (liste.length>0){
|
if (liste.length>0){
|
||||||
LISTS.push(liste);
|
LISTS.push(liste);
|
||||||
}
|
}
|
||||||
if (lista.length + listq.length > 1){
|
if (false && lista.length + listq.length > 1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
lista.forEach(function(it){
|
lista.forEach(function(it){
|
||||||
|
@ -60,7 +60,7 @@ if (tabsm === true){
|
|||||||
if (tabse === true){
|
if (tabse === true){
|
||||||
TABS.push("電驢");
|
TABS.push("電驢");
|
||||||
}
|
}
|
||||||
if (tabsa.length + tabsq.length > 1){
|
if (false && tabsa.length + tabsq.length > 1){
|
||||||
TABS.push("選擇右側綫路");
|
TABS.push("選擇右側綫路");
|
||||||
}
|
}
|
||||||
let tmpIndex;
|
let tmpIndex;
|
||||||
@ -92,7 +92,7 @@ d.forEach(function(it){
|
|||||||
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
|
||||||
let loopresult = title + '$' + burl;
|
let loopresult = title + '$' + burl;
|
||||||
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
if (burl.startsWith("https://www.aliyundrive.com/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -104,7 +104,7 @@ d.forEach(function(it){
|
|||||||
loopresult = title + '$' + burl;
|
loopresult = title + '$' + burl;
|
||||||
lista.push(loopresult);
|
lista.push(loopresult);
|
||||||
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
}else if (burl.startsWith("https://pan.quark.cn/s/")){
|
||||||
if (false){
|
if (true){
|
||||||
if (TABS.length==1){
|
if (TABS.length==1){
|
||||||
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
|
||||||
}else{
|
}else{
|
||||||
@ -127,7 +127,7 @@ if (listm.length>0){
|
|||||||
if (liste.length>0){
|
if (liste.length>0){
|
||||||
LISTS.push(liste);
|
LISTS.push(liste);
|
||||||
}
|
}
|
||||||
if (lista.length + listq.length > 1){
|
if (false && lista.length + listq.length > 1){
|
||||||
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
|
||||||
}
|
}
|
||||||
lista.forEach(function(it){
|
lista.forEach(function(it){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user