feat(cli-service-download): basic implementation

This commit is contained in:
Benexl
2025-07-28 21:22:11 +03:00
parent 40065478cc
commit 93c0f2ab83
10 changed files with 604 additions and 19 deletions

View File

@@ -9,8 +9,10 @@ dependencies = [
"click>=8.1.7",
"httpx>=0.28.1",
"inquirerpy>=0.3.4",
"pycryptodomex>=3.23.0",
"pydantic>=2.11.7",
"rich>=13.9.2",
"yt-dlp>=2025.7.21",
]
[project.scripts]