Update README with important video source notice

main
Katelya 2025-09-01 13:29:53 +08:00 committed by GitHub
parent ff6a32f371
commit 8b2ca1e520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 4 deletions

View File

@ -21,6 +21,19 @@
---
## 📋 重要声明
> ⚠️ **视频源说明**
>
> 应用户建议,为避免潜在的版权争议,本项目已移除内置的视频源配置。如需使用完整功能,请:
> - 📥 [下载官方提供的视频源配置文件](https://www.mediafire.com/file/xl3yo7la2ci378w/config.json/file)
> - 🔍 自行寻找符合当地法律法规的合规视频源
> - 🛠️ 根据需要自定义配置文件
>
> 项目本身仅提供技术框架,内容源由用户自主选择和配置。请确保您的使用行为符合相关法律法规。
---
## 📸 Screenshot
<div align="center">
@ -500,10 +513,10 @@ docker compose down -v --remove-orphans
{
"cache_time": 7200,
"api_site": {
"dyttzy": {
"api": "http://caiji.dyttzyapi.com/api.php/provide/vod",
"name": "电影天堂资源",
"detail": "http://caiji.dyttzyapi.com"
"example": {
"api": "https://example.com/api.php/provide/vod",
"name": "示例资源站",
"detail": "https://example.com"
}
// ...更多站点
}