tlosint-live
tlosint-live copied to clipboard
updater-current.sh errors
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):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
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."