Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决 m.json中spider配置的jar文件名和实际文件名大小写不一致导致无法加载问题 #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion m.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//以下内容为互联网收集,只为自用…… https://raw.iqiq.io/liu673cn/box/main/m.json
{
"wallpaper":"https://picsum.photos/1280/720/?blur=10",
"spider":"./sub/jar/A620.jar;md5;09BAF4A03D362D96F0FC14085C343191",
"spider":"./sub/jar/a620.jar;md5;09BAF4A03D362D96F0FC14085C343191",
"lives":[{"name":"live","type":0,"url":"./sub/live/tv.txt","playerType":1,"epg":"http://epg.112114.xyz/?ch={name}&date={date}","logo":"https://epg.112114.xyz/logo/{name}.png"}],
"sites": [
{"key":"csp_LiteApple","name":"🍎小苹果","type":3,"api":"csp_LiteApple","searchable":1,"quickSearch":1,"filterable":1},
Expand Down
2 changes: 1 addition & 1 deletion vod/m (1).json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//以下内容为互联网收集,只为自用…… https://www.agit.ai/liucn/box/raw/branch/main/m.json
{
"wallpaper":"https://picsum.photos/1280/720/?blur=10",
"spider":"./sub/jar/A620.jar;md5;09BAF4A03D362D96F0FC14085C343191",
"spider":"./sub/jar/a620.jar;md5;09BAF4A03D362D96F0FC14085C343191",
"lives": [{"group": "redirect","channels": [{"name": "redirect","urls": [
"proxy://do=live&type=txt&ext=aHR0cDovLzl4aTRvLnRrL3N1Yi9teXR2LnR4dA=="
]}]}],
Expand Down