feat: Add yt-dlp download functionality and helpers

This commit is contained in:
Peifan Li
2025-12-09 22:06:31 -05:00
parent e8bf51acc0
commit 6343978c5f
2 changed files with 658 additions and 415 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,8 +5,8 @@ DOCKER_PATH="/Applications/Docker.app/Contents/Resources/bin/docker"
USERNAME="franklioxygen"
VERSION=$1
BACKEND_LATEST="$USERNAME/mytube:backend-latest"
FRONTEND_LATEST="$USERNAME/mytube:frontend-latest"
BACKEND_LATEST="$USERNAME/mytube:backend-test"
FRONTEND_LATEST="$USERNAME/mytube:frontend-test"
if [ -n "$VERSION" ]; then
echo "🔖 Version specified: $VERSION"