feat: add YouTube video download support

This commit is contained in:
mini
2026-02-18 21:00:17 +08:00
parent 958bdcd100
commit d3eed07e44
4 changed files with 144 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ class ParseResponse(BaseModel):
duration: int
formats: list[FormatInfo]
url: str
platform: str = ""
class DownloadRequest(BaseModel):