Skip to content

Commit e794ff7

Browse files
author
sqspot
committed
up
1 parent dbefcb0 commit e794ff7

File tree

5 files changed

+72
-14
lines changed

5 files changed

+72
-14
lines changed

YT.js

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
//Type 0-xml、 1-json 、2-爬虫源 、3-自定义爬虫 、4-服务器爬虫。
3+
//"spider":"./custom_spider.jar",
4+
"spider":"./pg.jar",
5+
"lives":[
6+
{
7+
"name":"4gtv",
8+
"type":0,
9+
"url":"https://raw.githubusercontent.com/sqspot/tac/main/4gtv.txt",
10+
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
11+
"playerType": 1,
12+
"epg":"https://epg.112114.xyz/?ch={name}&date={date}",
13+
"logo":"https://epg.112114.xyz/logo/{name}.png"
14+
},
15+
{"name":"安博1",
16+
"type":0,
17+
"url":"https://raw.githubusercontent.com/sqspot/tac/main/live.txt",
18+
"ua": "okhttp/3.15",
19+
"playerType": 1,
20+
"epg":"https://epg.112114.xyz/?ch={name}&date={date}",
21+
"logo":"https://epg.112114.xyz/logo/{name}.png"
22+
},
23+
{"name":"安博2",
24+
"type":0,
25+
"url":"https://raw.githubusercontent.com/sqspot/tac/main/live2.txt",
26+
"ua": "okhttp/3.15",
27+
"playerType": 1,
28+
"epg":"https://epg.112114.xyz/?ch={name}&date={date}",
29+
"logo":"https://epg.112114.xyz/logo/{name}.png"
30+
},
31+
{"name":"安博4",
32+
"type":0,
33+
"url":"https://raw.githubusercontent.com/sqspot/tac/main/live4.txt",
34+
"ua": "okhttp/3.15",
35+
"playerType": 1,
36+
"epg":"https://epg.112114.xyz/?ch={name}&date={date}",
37+
"logo":"https://epg.112114.xyz/logo/{name}.png"
38+
},
39+
{"name":"安博3",
40+
"type":0,
41+
"url":"https://raw.githubusercontent.com/sqspot/tac/main/live3.txt",
42+
"ua": "",
43+
"playerType": 1,
44+
"epg":"https://epg.112114.xyz/?ch={name}&date={date}",
45+
"logo":"https://epg.112114.xyz/logo/{name}.png"
46+
}
47+
],
48+
"sites" : [
49+
{"key":"Youtube","name":"🛗Youtube⏩","type":3,"api":"csp_Youtube","searchable":1,"quickSearch":0,"changeable":0,"ext":{"json":"./youtube.json","type":"直播#新聞#劇集#電影#綜藝#紀錄片#音樂#體育#動物#風光#放鬆#4K#HDR#movie#music#documentary#bbcdocumentary#nationalgeographicdocumentary","keywords":"排行榜,HOT,TRENDS,熱門話題,熱門趨勢,熱門綜藝,熱門電影,熱門電視劇,小姐姐","codecs":""},"style":{"type":"rect","ratio":1.5},"jar":"./pg.jar"},
50+
{"key":"Youtube2","name":"👉🔥Youtube台灣新聞🎯👈","type":3,"api":"csp_Youtube","searchable":0,"quickSearch":0,"changeable":0,"ext":{"json":"./youtube2.json","codecs":""},"style":{"type":"rect","ratio":1.5},"jar":"./pg.jar"},
51+
{"key":"Youtube3","name":"🛗🎯Youtube測試⏩","type":3,"api":"csp_Youtube","searchable":0,"quickSearch":0,"changeable":0,"ext":{"json":"./youtube3.json","codecs":""},"style":{"type":"rect","ratio":1.5},"jar":"./pg.jar"},
52+
{"key":"ikanbotsq","name":"🈵爱看机器人sq","type":3,"api":"./lib/drpy2.min.js","ext":"./js/ikanbotsq.js"}
53+
],
54+
"wallpaper":"./黑色.jpeg",
55+
"ads":["static-mozai.4gtv.tv","vodfiles.redtraffic.net","mozai.4gtv.tv","https://lf1-cdn-tos.bytegoofy.com/obj/tos-cn-i-dy/455ccf9e8ae744378118e4bd289288dd","mimg.0c1q0l.cn","www.googletagmanager.com","www.google-analytics.com","wan.51img1.com","mc.usihnbcq.cn","mg.g1mm3d.cn","mscs.svaeuzh.cn","cnzz.hhttm.top","tp.vinuxhome.com","cnzz.mmstat.com","www.baihuillq.com","s23.cnzz.com","z3.cnzz.com","c.cnzz.com","stj.v1vo.top","z12.cnzz.com","img.mosflower.cn","tips.gamevvip.com","ehwe.yhdtns.com","xdn.cqqc3.com","www.jixunkyy.cn","sp.chemacid.cn","hm.baidu.com","s9.cnzz.com","z6.cnzz.com","um.cavuc.com","mav.mavuz.com","wofwk.aoidf3.com","z5.cnzz.com","xc.hubeijieshikj.cn","tj.tianwenhu.com","xg.gars57.cn","k.jinxiuzhilv.com","cdn.bootcss.com","ppl.xunzhuo123.com","xomk.jiangjunmh.top","img.xunzhuo123.com","z1.cnzz.com","s13.cnzz.com","xg.huataisangao.cn","z7.cnzz.com","xg.huataisangao.cn","z2.cnzz.com","s96.cnzz.com","q11.cnzz.com","thy.dacedsfa.cn","xg.whsbpw.cn","s19.cnzz.com","z8.cnzz.com","s4.cnzz.com","f5w.as12df.top","ae01.alicdn.com","www.92424.cn","k.wudejia.com","vivovip.mmszxc.top","qiu.xixiqiu.com","cdnjs.hnfenxun.com","cms.qdwght.com"]
56+
57+
}

custom_spider.jar

8.07 KB
Binary file not shown.

custom_spider.jar.md5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3f392906996ac13aaeb8c91956f95f7f

jshttp(1).js

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jshttp.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"spider":"./pg.jar",
2+
"spider":"./custom_spider.jar",
3+
//"spider":"./pg.jar",
34
"lives":[
45
{
56
"name":"4gtv",
@@ -28,11 +29,11 @@
2829
}
2930
],
3031
"sites" : [
31-
{"key":"lf_js_search","name":"🔎搜索影片    🔥祝大家🤩好運🐉總來💯","type":3,"searchable":0,"changeable":1,"quickSearch":0,"filterable":0,"api":"./lib/lf_search3_min.js"},
32-
{"key":"drpy","name":"豆瓣","type":3,"api":"./lib/drpy2.min.sq.js","ext":"./js/豆瓣.js"},
33-
{"key":"drpy__豆瓣","name":"豆瓣🏛[DRPY]","type":3,"api":"./lib/drpy2.min.sq.js","ext":"https://raw.githubusercontent.com/hjdhnx/dr_py/main/js/drpy.js"},
34-
{"key":"Youtube","name":"🛗Youtube⏩","type":3,"api":"csp_Youtube","searchable":1,"quickSearch":0,"changeable":0,"ext":{"json":"./youtube.json","type":"直播#新聞#劇集#電影#綜藝#紀錄片#音樂#體育#動物#風光#放鬆#4K#HDR#movie#music#documentary#bbcdocumentary#nationalgeographicdocumentary","keywords":"排行榜,HOT,TRENDS,熱門話題,熱門趨勢,熱門綜藝,熱門電影,熱門電視劇,小姐姐","codecs":""},"style":{"type":"rect","ratio":1.5}},
35-
{"key":"Youtube2","name":"👉🔥Youtube台灣新聞🎯👈","type":3,"api":"csp_Youtube","searchable":0,"quickSearch":0,"changeable":0,"ext":{"json":"./youtube2.json","codecs":""},"style":{"type":"rect","ratio":1.5}},
32+
{"key":"drpy","name":"🔎豆瓣搜索影片    🔥祝大家🤩好運🐉總來💯","type":3,"api":"./lib/drpy2.min.js","ext":"./js/豆瓣.js"},
33+
{"key":"lf_search","name":"🔎lf_搜索影片3","type":3,"searchable":0,"changeable":1,"quickSearch":0,"filterable":0,"api":"./lib/lf_search3_min.js"},
34+
{"key":"drpy__豆瓣","name":"豆瓣🏛[DRPY]","type":3,"api":"./lib/drpy2.min.js","ext":"https://raw.githubusercontent.com/hjdhnx/dr_py/main/js/drpy.js"},
35+
{"key":"Youtube","name":"🛗Youtube⏩","type":3,"api":"csp_Youtube","searchable":1,"quickSearch":0,"changeable":0,"ext":{"json":"./youtube.json","type":"直播#新聞#劇集#電影#綜藝#紀錄片#音樂#體育#動物#風光#放鬆#4K#HDR#movie#music#documentary#bbcdocumentary#nationalgeographicdocumentary","keywords":"排行榜,HOT,TRENDS,熱門話題,熱門趨勢,熱門綜藝,熱門電影,熱門電視劇,小姐姐","codecs":""},"style":{"type":"rect","ratio":1.5},"jar":"./pg.jar"},
36+
{"key":"Youtube2","name":"👉🔥Youtube台灣新聞🎯👈","type":3,"api":"csp_Youtube","searchable":0,"quickSearch":0,"changeable":0,"ext":{"json":"./youtube2.json","codecs":""},"style":{"type":"rect","ratio":1.5},"jar":"./pg.jar"},
3637
{"key":"ikanbotsq","name":"🈵爱看机器人sq","type":3,"api":"./lib/drpy2.min.sq.js","ext":"./js/ikanbotsq.js"},
3738
{"key":"獨播","name":"獨播|海外","type":3,"api":"csp_XPathMacFilter","searchable":1,"changeable":0,"ext":"./js/独播库[飞].js"},
3839
{"key":"獨播js","name":"獨播 js","type":3,"api":"./lib/drpy2.min.sq.js","searchable":1,"changeable":0,"ext":"./js/独播库[飞].js"},

0 commit comments

Comments
 (0)