首页
视频
关于
Search
1
小白从0到1配置影视“点播”配置
854 阅读
2
影视专用LITV直播配置
406 阅读
3
doube-ofiii 镜像使用教程
324 阅读
4
影视点播T4配置
281 阅读
5
点播直播配置范例
252 阅读
影视手册
影视直播
影视点播
常用命令
docker
logo
登录
Search
Doubebly
累计撰写
16
篇文章
累计收到
4
条评论
首页
栏目
影视手册
影视直播
影视点播
常用命令
docker
logo
页面
视频
关于
搜索到
4
篇与
的结果
2025-07-10
常用命令
docker官方安装curl -fsSL https://get.docker.com | bash -s dockerx-uibash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)流媒体检测bash <(curl -L -s check.unlock.media)1Panelbash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"组件更新apt update -y && apt install -y curl && apt install wget -yBBR加速wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
2025年07月10日
185 阅读
0 评论
0 点赞
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
点播直播配置范例
点播线上{ "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日
252 阅读
0 评论
0 点赞
2025-05-21
影视壳子常用配置
影視基於 CatVod 項目https://github.com/CatVodTVOfficial/CatVodTVJarLoader點播欄位欄位名稱預設值說明其他searchable1是否搜索0:關閉;1:啟用changeable1是否換源0:關閉;1:啟用quickserch1是否快搜0:關閉;1:啟用indexs0是否聚搜0:關閉;1:啟用hide0是否隱藏0:顯示;1:隱藏timeout15播放超時單位:秒headernone請求標頭格式:jsonclicknone點擊jsjavascript直播欄位欄位名稱預設值說明其他uanone用戶代理 originnone來源 referernone參照地址 epgnone節目地址 logonone台標地址 passfalse是否免密碼 bootfalse是否自啟動 timeout15播放超時單位:秒headernone請求標頭格式:jsonclicknone點擊jsjavascriptcatchupnone回看參數 timeZonenone時區 樣式欄位名稱值說明typerect矩形 oval橢圓 list列表ratio0.753:4 1.334:3直式{ "style": { "type": "rect" } }橫式{ "style": { "type": "rect", "ratio": 1.33 } }正方{ "style": { "type": "rect", "ratio": 1 } }正圓{ "style": { "type": "oval" } }橢圓{ "style": { "type": "oval", "ratio": 1.1 } }API刷新詳情http://127.0.0.1:9978/action?do=refresh&type=detail刷新播放http://127.0.0.1:9978/action?do=refresh&type=player刷新直播http://127.0.0.1:9978/action?do=refresh&type=live推送字幕http://127.0.0.1:9978/action?do=refresh&type=subtitle&path=http://xxx推送彈幕http://127.0.0.1:9978/action?do=refresh&type=danmaku&path=http://xxx新增緩存字串http://127.0.0.1:9978/cache?do=set&key=xxx&value=xxx取得緩存字串http://127.0.0.1:9978/cache?do=get&key=xxx刪除緩存字串http://127.0.0.1:9978/cache?do=del&key=xxxProxyscheme 支持 http, https, socks4, socks5scheme://username:password@host:port配置新增 proxy 判斷域名是否走代理 全局只需要加上一條規則 ".*."{ "spider": "", "proxy": [ "raw.githubusercontent.com", "googlevideo.com" ] }Hosts{ "spider": "", "hosts": [ "cache.ott.*.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com" ] }Headers{ "spider": "", "headers": [ { "host": "gslbserv.itv.cmvideo.cn", "header": { "User-Agent": "okhttp/3.12.13", "Referer": "test" } } ] }爬蟲本地代理Javaproxy://Proxy.getUrl(boolean local)Pythonproxy://do=pygetProxyUrl(boolean local)JSproxy://do=jsgetProxy(boolean local)
2025年05月21日
148 阅读
1 评论
0 点赞