yt-dlp impersonation tagets

This commit is contained in:
Simon
2026-06-19 08:50:04 +00:00
parent f637309699
commit 95b75bf999
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ MarkupSafe==3.0.3
requests==2.32.5 requests==2.32.5
urllib3==2.6.3 urllib3==2.6.3
Werkzeug==3.1.5 Werkzeug==3.1.5
yt-dlp yt-dlp[default,curl-cffi]

View File

@@ -26,7 +26,7 @@ check_and_update() {
fi fi
echo "New yt-dlp available: $current -> $latest. Updating..." echo "New yt-dlp available: $current -> $latest. Updating..."
if pip install --upgrade --quiet --root-user-action=ignore yt-dlp; then if pip install --upgrade --quiet --root-user-action=ignore "yt-dlp[default,curl-cffi]"; then
return 0 return 0
fi fi
echo "yt-dlp update failed; continuing with the installed version." echo "yt-dlp update failed; continuing with the installed version."