sudo youtube-dl -U

This commit is contained in:
fred 2022-11-27 05:00:45 +01:00
parent 08233a3c23
commit d39608c18b
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ if [[ ! $isLAN ]]; then
done
fi
## Updating yt-dlp
sudo youtube-dl -U
########################################################################
end=`date +%s`
echo "20H12 (♥‿‿♥) Execution time was "`expr $end - $start` seconds.