feat(stream): implement stream processing service with routes for managing streaming URLs; add support for concurrent processing and metadata extraction

This commit is contained in:
JSC
2025-07-06 16:57:33 +02:00
parent 61db6c56dc
commit 4f18f3e64e
11 changed files with 786 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ dependencies = [
"python-dotenv==1.1.1",
"requests==2.32.4",
"werkzeug==3.1.3",
"yt-dlp>=2025.6.30",
]
[dependency-groups]