Install yt-dlp. Use "youtube-dl -U" to update

This commit is contained in:
fred 2022-11-27 04:58:52 +01:00
parent 8300d8ccfe
commit 08233a3c23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`dirname \"$0\"`"
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}" ME="${0##*/}"
######## YOUTUBE-DL ########## ######## YOUTUBE-DL ##########