- 基于spring boot开发
- 将视频网站转换成播客订阅
详细请看文档
- 安装并启动Docker
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && systemctl start docker
- 创建并启动Docker
docker volume create podcast2
docker run -id --name=podcast2 \
-p 8088:8088 \
--restart=always \
--mount source=podcast2,destination=/data \
yajuhua/podcast2:latest
- 防火墙放行端口
#以下是centos7,其他系统自行搜索。
firewall-cmd --add-port=8088/tcp --permanent
firewall-cmd --reload
默认访问地址 http://你的IP地址:8088
默认用户名:admin
默认密码:123456
项目默认是没有添加插件的,自行按需添加
网站 | 状态 |
---|---|
干净世界 | |
ntdm | |
girigirilove | |
youtube | |
bilibili |
以干净世界为例
- https://github.com/yt-dlp/yt-dlp
- https://github.com/nilaoda/N_m3u8DL-RE
- https://github.com/aria2/aria2
- https://github.com/SocialSisterYi/bilibili-API-collect
此项目仅供研究、学习和交流,请勿用于商业或非法用途, 开发者与协作者不对使用者负任何法律责任, 使用者自行承担因不当使用所产生的后果与责任。
特别感谢 JetBrains 为开源项目提供免费的 IntelliJ IDEA的授权