You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# apt install youtube-dl ??
|
|
# https://github.com/ytdl-org/youtube-dl
|
|
alias ytd='youtube-dl -f 136' # 720p
|
|
alias ytdl='youtube-dl -f 134' # 360p
|
|
alias ytda='youtube-dl -f 140' # audio
|
|
|