From d39608c18bcc25f91136c127588b754f8462933a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 27 Nov 2022 05:00:45 +0100 Subject: [PATCH] sudo youtube-dl -U --- 20h12.process.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/20h12.process.sh b/20h12.process.sh index 38307c86..1f13e31b 100755 --- a/20h12.process.sh +++ b/20h12.process.sh @@ -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.