1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

aliasrc/profile: better setup for yt-dl and openaudible

This commit is contained in:
2022-07-03 13:43:59 +02:00
parent 2b62eb1fbf
commit 635bf5e694
2 changed files with 8 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ alias calendar="khal interactive"
# khard
alias contacts="khard"
# kolourpaint
alias paint="kolourpaint"
# ls(d)
alias l="lsd"
alias la="lsd -la"
@@ -114,3 +117,5 @@ alias yay="yay --sudoloop --noredownload --norebuild"
# youtube-dl
alias yta="youtube-dl -f 'bestaudio[ext=m4a]'"
alias ytv="youtube-dl -f 'bestvide[ext=mp4]+bestaudio[ext=m4a]'"
alias yta2c="youtube-dl --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestaudio/best'"
alias ytv2c="youtube-dl --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestvideo[height>=720]+bestaudio/best'"