首页
视频
关于
Search
1
小白从0到1配置影视“点播”配置
854 阅读
2
影视专用LITV直播配置
407 阅读
3
doube-ofiii 镜像使用教程
327 阅读
4
影视点播T4配置
281 阅读
5
点播直播配置范例
253 阅读
影视手册
影视直播
影视点播
常用命令
docker
logo
登录
Search
Doubebly
累计撰写
16
篇文章
累计收到
4
条评论
首页
栏目
影视手册
影视直播
影视点播
常用命令
docker
logo
页面
视频
关于
搜索到
16
篇与
的结果
2025-06-04
小白从0到1配置影视“点播”配置
首先在手机上新建一个json文件,并写入一下内容:{ "sites":[] }{dotted startColor="#ff6c6c" endColor="#1989fa"/}向sites这个字段中添加“一个”视频站点源,示例如下:{ "sites":[ { "key": "py_OleVod", "name": "欧乐影院(T4)", "type": 4, "api": "https://py.doube.eu.org/spider?site=OleVod", "searchable": 1, "quickSearch": 0, "filterable": 0, "changeable": 0 } ] }{dotted startColor="#ff6c6c" endColor="#1989fa"/}向sites这个字段中添加“多个”视频站点源,示例如下, 注意多个站点源之间使用英文的逗号分隔 :{ "sites":[ { "key": "py_OleVod", "name": "欧乐影院(T4)", "type": 4, "api": "https://py.doube.eu.org/spider?site=OleVod", "searchable": 1, "quickSearch": 0, "filterable": 0, "changeable": 0 } , { "key": "py_Dm84", "name": "动漫巴士(T4)", "type": 4, "api": "https://py.doube.eu.org/spider?site=Dm84", "searchable": 1, "quickSearch": 0, "filterable": 0, "changeable": 0 } ] }{dotted startColor="#ff6c6c" endColor="#1989fa"/}最后保存这个文件,在影视壳子的点播配置那里选择这个json文件就可以了。
2025年06月04日
854 阅读
0 评论
3 点赞
2025-05-21
影视点播T4配置
欧乐影院{ "key": "py_OleVod", "name": "欧乐影院(T4)", "type": 4, "api": "https://py.doube.eu.org/spider?site=OleVod", "searchable": 1, "quickSearch": 0, "filterable": 0, "changeable": 0 }动漫巴士{ "key": "py_Dm84", "name": "动漫巴士(T4)", "type": 4, "api": "https://py.doube.eu.org/spider?site=Dm84", "searchable": 1, "quickSearch": 0, "filterable": 0, "changeable": 0 }麻豆{ "key": "php_madou", "name": "麻豆(T4)", "type": 4, "api": "https://json.doube.eu.org/madou.php", "searchable": 1, "quickSearch": 0, "filterable": 0, "changeable": 0, "style": {"type": "rect", "ratio": 1.5} }BadNews{ "key": "py_BadNews", "name": "BadNews(T4)", "type": 4, "api": "https://py.doube.eu.org/spider?site=BadNews", "searchable": 1, "quickSearch": 0, "filterable": 0, "changeable": 0, "style": {"type": "rect", "ratio": 1.5} }
2025年05月21日
281 阅读
0 评论
0 点赞
2025-05-21
影视专用LITV直播配置
如果你非台湾用户,用以下json配置,下面的 http://127.0.0.1:10809 为台湾的http代理:{ "lives": [ { "name": "LITV直播(python)", "type": 3, "api": "https://gh-proxy.com/https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py", "ext": { "proxy": { "http": "http://127.0.0.1:10809", "https": "http://127.0.0.1:10809" } } } ] } 如果你是台湾用户,用以下json配置:{ "lives": [ { "name": "LITV直播(python)", "type": 3, "api": "https://gh-proxy.com/https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py", "ext": {} } ] }
2025年05月21日
407 阅读
0 评论
0 点赞
2025-05-21
点播直播配置范例
点播线上{ "spider": "https://github.com/custom_spider.jar", "sites": [ { "key": "one", "name": "One", "type": 3, "api": "csp_Csp", "searchable": 1, "changeable": 1, "ext": "https://github.com/one.json" }, { "key": "two", "name": "Two", "type": 3, "api": "csp_Csp", "searchable": 1, "changeable": 1, "ext": "https://github.com/two.json" }, { "key": "extend", "name": "Extend", "type": 3, "api": "csp_Csp", "searchable": 1, "changeable": 1, "ext": "https://github.com/extend.json", "jar": "https://github.com/extend.jar" } ], "parses": [ { "name": "官方", "type": 1, "url": "https://google.com/api/?url=" } ], "doh": [ { "name": "Google", "url": "https://dns.google/dns-query", "ips": [ "8.8.4.4", "8.8.8.8" ] } ], "headers": [ { "host": "gslbserv.itv.cmvideo.cn", "header": { "User-Agent": "okhttp/3.12.13" } } ], "proxy": [ "raw.githubusercontent.com" ], "hosts": [ "cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com" ], "flags": [ "qq" ], "ads": [ "static-mozai.4gtv.tv" ] }点播本地{ "spider": "file://Download/custom_spider.jar", "sites": [ { "key": "one", "name": "One", "type": 3, "api": "csp_Csp", "searchable": 1, "changeable": 1, "ext": "file://Download/one.json" }, { "key": "two", "name": "Two", "type": 3, "api": "csp_Csp", "searchable": 1, "changeable": 1, "ext": "file://Download/two.json" }, { "key": "extend", "name": "Extend", "type": 3, "api": "csp_Csp", "searchable": 1, "changeable": 1, "ext": "file://Download/extend.json", "jar": "file://Download/extend.jar" } ], "parses": [ { "name": "官方", "type": 1, "url": "https://google.com/api/?url=" } ], "doh": [ { "name": "Google", "url": "https://dns.google/dns-query", "ips": [ "8.8.4.4", "8.8.8.8" ] } ], "headers": [ { "host": "gslbserv.itv.cmvideo.cn", "header": { "User-Agent": "okhttp/3.12.13" } } ], "proxy": [ "raw.githubusercontent.com" ], "hosts": [ "cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com" ], "flags": [ "qq" ], "ads": [ "static-mozai.4gtv.tv" ] }直播线上{ "lives": [ { "name": "M3U", "url": "https://github.com/live.m3u" }, { "name": "TXT", "url": "https://github.com/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png" }, { "name": "UA", "url": "https://github.com/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png", "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36", "referer": "https://github.com/" }, { "name": "Custom", "boot": false, "pass": true, "url": "https://github.com/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}&serverTimeZone=Asia/Shanghai", "logo": "https://epg.112114.xyz/logo/{name}.png", "header": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36", "Referer": "https://github.com/" }, "catchup": { "days": "7", "type": "append", "regex": "/PLTV/", "replace": "/PLTV/,/TVOD/", "source": "?playseek=${(b)yyyyMMddHHmmss}-${(e)yyyyMMddHHmmss}" } }, { "name": "JSON", "type": 1, "url": "https://github.com/live.json" }, { "name": "Spider-JS", "type": 3, "api": "https://github.com/live.js", "ext": "" }, { "name": "Spider-Python", "type": 3, "api": "https://github.com/live.py", "ext": "" } ], "headers": [ { "host": "gslbserv.itv.cmvideo.cn", "header": { "User-Agent": "okhttp/3.12.13" } } ], "proxy": [ "raw.githubusercontent.com" ], "hosts": [ "cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com" ], "ads": [ "static-mozai.4gtv.tv" ] }直播本地{ "lives": [ { "name": "M3U", "url": "file://Download/live.m3u" }, { "name": "TXT", "url": "file://Download/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png" }, { "name": "UA", "url": "file://Download/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png", "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36", "referer": "https://github.com/" }, { "name": "Custom", "boot": false, "pass": true, "url": "file://Download/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}&serverTimeZone=Asia/Shanghai", "logo": "https://epg.112114.xyz/logo/{name}.png", "header": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36", "Referer": "https://github.com/" }, "catchup": { "days": "7", "type": "append", "regex": "/PLTV/", "replace": "/PLTV/,/TVOD/", "source": "?playseek=${(b)yyyyMMddHHmmss}-${(e)yyyyMMddHHmmss}" } }, { "name": "JSON", "type": 1, "url": "file://Download/live.json" }, { "name": "Spider-JS", "type": 3, "api": "./live.js", "ext": "" }, { "name": "Spider-Python", "type": 3, "api": "./live.py", "ext": "" } ], "headers": [ { "host": "gslbserv.itv.cmvideo.cn", "header": { "User-Agent": "okhttp/3.12.13" } } ], "proxy": [ "raw.githubusercontent.com" ], "hosts": [ "cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com" ], "ads": [ "static-mozai.4gtv.tv" ] }
2025年05月21日
253 阅读
0 评论
0 点赞
2025-05-21
BeeSport直播的python配置
配置json内容如下:{ "name": "BeeSport直播(python)", "type": 3, "api": "https://json.doube.eu.org/python/live_beesport.py", "ext": {}, "header": { "Referer": "https://p.m82xg4z0cdbz7.com/" } }
2025年05月21日
134 阅读
0 评论
0 点赞
1
2
3
4