- Notifications
You must be signed in to change notification settings - Fork491
全自动录播、直播录制、分p投稿工具,支持twitch、ytb频道搬运。
License
NotificationsYou must be signed in to change notification settings
biliup/biliup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 📥多平台支持:录制主流直播平台内容并上传至 B 站/本地存储
- 🚄智能上传:自动选择最优上传线路,支持手动调整并发
- ⚙️线路配置:手动配置平台下载线路,避免画面断流
- 🔐多账号管理:支持多账号切换上传,同时上传多账号
- 🏷️元数据定制:自定义视频标题、标签、简介等信息
docs.biliup.me
完善中
- 下载 exe:Release
- 确保 Python 版本 ≥ 3.8
- 安装:
pip3 install biliup
- 启动:
biliup start
- 访问 WebUI:
http://your-ip:19159
docker run -d \ --name biliup \ --restart unless-stopped \ -p 0.0.0.0:19159:19159 \ -v /path/to/save_folder:/opt \ ghcr.io/biliup/caution:latest \ --password password123
- 用户名
biliup
- 公网暴露很危险,
password123
为密码,录制文件/日志存储在/opt
。 - 根据需求进行修改,只作参考。
- 确保 Node.js 版本 ≥ 18
- 安装依赖:
npm i
- 启动开发服务器:
npm run dev
- 启动 Biliup:
python3 -m biliup
- 访问:
http://localhost:3000
- 理论上streamlink与yt-dlp支持的都可以下载,但不保证可以正常使用,详见:streamlink支持列表,yt-dlp支持列表.
- Thanks
ykdl, youtube-dl, streamlink
provides downloader. - Thanks
THMonster/danmaku
.
- 爱发电 :
https://afdian.com/a/biliup
About
全自动录播、直播录制、分p投稿工具,支持twitch、ytb频道搬运。