{"id":13455451,"url":"https://github.com/yajuhua/podcast2","last_synced_at":"2026-04-02T21:39:12.209Z","repository":{"id":208339503,"uuid":"700426309","full_name":"yajuhua/podcast2","owner":"yajuhua","description":"将视频网站转换成播客订阅","archived":false,"fork":false,"pushed_at":"2024-04-22T10:33:10.000Z","size":8655,"stargazers_count":44,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"v2","last_synced_at":"2024-04-22T11:35:54.404Z","etag":null,"topics":["anime","podcasts","podsync","rss","youtube","yt-dlp"],"latest_commit_sha":null,"homepage":"https://yajuhua.github.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yajuhua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-04T15:17:00.000Z","updated_at":"2024-08-08T07:20:20.595Z","dependencies_parsed_at":"2023-11-21T02:25:24.705Z","dependency_job_id":"e09de45d-3b6e-402b-80e4-37045456e2ed","html_url":"https://github.com/yajuhua/podcast2","commit_stats":null,"previous_names":["yajuhua/podcast2_1","yajuhua/podcast2"],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajuhua%2Fpodcast2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajuhua%2Fpodcast2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajuhua%2Fpodcast2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajuhua%2Fpodcast2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yajuhua","download_url":"https://codeload.github.com/yajuhua/podcast2/tar.gz/refs/heads/v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224307691,"owners_count":17289863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","podcasts","podsync","rss","youtube","yt-dlp"],"created_at":"2024-07-31T08:01:05.626Z","updated_at":"2026-04-02T21:39:12.205Z","avatar_url":"https://github.com/yajuhua.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\u003cimg width = \"200\" height = \"200\" src=\"https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/975x975-logo.png\"\u003e\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/v/release/yajuhua/podcast2\" alt=\"Release\" /\u003e\n\u003cimg src=\"https://shields.io/docker/pulls/yajuhua/podcast2\" alt=\"docker-pull\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/jdk-8-blue.svg\" alt=\"JDK\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/license-Apache2.0-green.svg\" alt=\"apache-licenses\" /\u003e\n\u003cimg src=\"https://github.com/yajuhua/podcast2/actions/workflows/build-test.yml/badge.svg\" alt=\"test\" /\u003e\n\u003cimg src=\"https://github.com/yajuhua/podcast2/actions/workflows/build-latest.yml/badge.svg\" alt=\"latest\" /\u003e\n\u003c/p\u003e\n\u003ch2 align=center\u003e\u003cp\u003ePodcast2\u003c/p\u003e\u003c/h2\u003e\n\u003chr\u003e\n\n## 项目说明\n- 基于spring boot开发\n- 将视频网站转换成播客订阅\n## 详细请看[文档](https://yajuhua.github.io/)\n## 快速开始\n\n#### 使用Docker\n1. 安装并启动Docker\n```shell\ncurl -fsSL https://get.docker.com -o get-docker.sh \u0026\u0026 sh get-docker.sh \u0026\u0026 systemctl start docker\n```\n2. 创建并启动Docker\n````shell\ndocker volume create podcast2\ndocker run -id --name=podcast2 \\\n-p 8088:8088 \\\n--restart=always \\\n--mount source=podcast2,destination=/data \\\nyajuhua/podcast2:latest\n````\n3. 防火墙放行端口\n````shell\n#以下是centos7，其他系统自行搜索。\nfirewall-cmd --add-port=8088/tcp --permanent\nfirewall-cmd --reload\n````\n\n#### 进入面板\n\n\u003e 默认访问地址 [http://你的IP地址:8088]()\n\u003e\n\u003e 默认用户名：admin \u003cbr\u003e\n\u003e 默认密码：123456\n\n![登录](https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/login.png)\n\n#### 安装插件\n\u003e 项目默认是没有添加插件的，自行按需添加\n#### 支持网站\n| 网站 \u003cimg width=200/\u003e                          | 状态                                                                                                                 |\n|:---------------------------------------------|--------------------------------------------------------------------------------------------------------------------|\n| [干净世界](https://ganjing.com/)                 | \u003cimg src=\"https://github.com/yajuhua/podcast2/actions/workflows/plugin-status-ganjingworld.com.yml/badge.svg\"   /\u003e |\n| [ntdm](https://www.ntdm.tv)                  | \u003cimg src=\"https://github.com/yajuhua/podcast2/actions/workflows/plugin-status-ntdm.yml/badge.svg\"     /\u003e           |\n| [girigirilove](https://www.girigirilove.com) | \u003cimg src=\"https://github.com/yajuhua/podcast2/actions/workflows/plugin-status-girigirilove.com.yml/badge.svg\" /\u003e   | \n| [youtube](https://www.youtube.com)           | \u003cimg src=\"https://github.com/yajuhua/podcast2/actions/workflows/plugin-status-youtube.com.yml/badge.svg\"   /\u003e      | \n| [bilibili](https://www.bilibili.com)         | \u003cimg src=\"https://github.com/yajuhua/podcast2/actions/workflows/plugin-status-bilibili.com.yml/badge.svg\"  /\u003e      | \n\n1. 安装插件\n   ![安装插件](https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/installPlugin.png)\n\n2. 设置插件，如果有的话\n   ![设置插件](https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/setting.png)\n\n#### 添加订阅\n\u003e 以干净世界为例\n1. 复制主页链接\n   ![复制主页链接](https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/channelUrl.png)\n\n2. 粘贴并点击Add\n   ![添加订阅](https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/add.png)\n\n3. 点击二维码\n   ![二维码](https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/QRcode.png)\n\n## Star History\n![Star History](https://api.star-history.com/svg?repos=yajuhua/podcast2)\n## 使用到的项目\n- [https://github.com/yt-dlp/yt-dlp](https://github.com/yt-dlp/yt-dlp)\n- [https://github.com/nilaoda/N_m3u8DL-RE](https://github.com/nilaoda/N_m3u8DL-RE)\n- [https://github.com/aria2/aria2](https://github.com/aria2/aria2)\n- [https://github.com/SocialSisterYi/bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)\n\n## 使用的加速站\n- [https://github.moeyy.xyz](https://github.moeyy.xyz)\n- [https://hub.gitmirror.com/](https://hub.gitmirror.com/)\n- [https://ghproxy.com/](https://ghproxy.com/)\n## 参考\n- [https://github.com/mxpv/podsync](https://github.com/mxpv/podsync)\n## 免责声明\n**此项目仅供研究、学习和交流，请勿用于商业或非法用途， 开发者与协作者不对使用者负任何法律责任， 使用者自行承担因不当使用所产生的后果与责任。**\n\n## 鸣谢\n特别感谢 [JetBrains](https://www.jetbrains.com) 为开源项目提供免费的 [IntelliJ IDEA](https://www.jetbrains.com/idea)的授权  \n[\u003cimg src=\"https://raw.githubusercontent.com/yajuhua/podcast2/v2/images/jetbrains.svg\" width=\"200\"/\u003e](https://www.jetbrains.com)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyajuhua%2Fpodcast2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyajuhua%2Fpodcast2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyajuhua%2Fpodcast2/lists"}