yt-dlp impersonation tagets
This commit is contained in:
@@ -26,7 +26,7 @@ check_and_update() {
|
||||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
echo "yt-dlp update failed; continuing with the installed version."
|
||||
|
||||
Reference in New Issue
Block a user