Scripts: Add download script

This commit is contained in:
Riyyi
2021-08-09 17:12:16 +02:00
parent ae1458873e
commit 743d595ca7
3 changed files with 141 additions and 34 deletions
-4
View File
@@ -173,10 +173,6 @@ alias u="setsid -f urxvt -cd $PWD"
alias weather="curl -s 'https://wttr.in/dordrecht?q&n&p' | head -n -3"
alias webmconvert="aliases webmconvert"
alias workbench="GDK_SCALE=1 GDK_DPI_SCALE=1 setsid -f -- mysql-workbench > /dev/null 2>&1"
alias ytv="youtube-dl -f bestvideo\[height\<=\?1080\]+bestaudio/best --external-downloader aria2c"
alias ytvb="youtube-dl -f bestvideo+bestaudio/best --external-downloader aria2c"
alias yta="youtube-dl -f bestaudio/best -x --audio-format mp3 --audio-quality 0 --external-downloader aria2c" # --embed-thumbnail"
alias ytat="aliases ytaudio_thumbnail"
mkcd() { mkdir -p -- "$1" && cd -P -- "$1" || exit; }