Open x0341 opened 2 years ago
Describe the bug bad parameters in pip
To Reproduce run updated-current.sh
pip install --updgrade yt-dlp and pip install --updgrade youtube-dl
are wrong
Expected behavior pip should upgrade the packages
Screenshots
Desktop (please complete the following information):
Additional context see
tput setaf 5;echo "[+] Updating yt-dlp..." { pip install --updgrade yt-dlp } tput setaf 2;echo "[+] Done."
tput setaf 5;echo "[+] Updating youtube-dl..." { pip install --updgrade youtube-dl } tput setaf 2;echo "[+] Done."
Describe the bug bad parameters in pip
To Reproduce run updated-current.sh
pip install --updgrade yt-dlp and pip install --updgrade youtube-dl
are wrong
Expected behavior pip should upgrade the packages
Screenshots
Desktop (please complete the following information):
Additional context see
tput setaf 5;echo "[+] Updating yt-dlp..." { pip install --updgrade yt-dlp } tput setaf 2;echo "[+] Done."
tput setaf 5;echo "[+] Updating youtube-dl..." { pip install --updgrade youtube-dl } tput setaf 2;echo "[+] Done."