Compare commits

..

No commits in common. '7751bab6fe956df8f634a84760af28e3a62e6c5a' and '266b4a253a2e1ed9ad3c5e53245e380408e7f824' have entirely different histories.

@ -140,6 +140,6 @@ alias yay="yay --sudoloop --noredownload --norebuild --combinedupgrade"
# youtube-dl # youtube-dl
alias yta="yt-dlp -f 'bestaudio[ext=m4a]'" alias yta="yt-dlp -f 'bestaudio[ext=m4a]'"
alias ytv="yt-dlp -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]'" alias ytv="yt-dlp -f 'bestvide[ext=mp4]+bestaudio[ext=m4a]'"
alias yta2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestaudio[ext=m4a]/best'" alias yta2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestaudio/best'"
alias ytv2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best'" alias ytv2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestvideo[height>=720]+bestaudio/best'"

@ -182,11 +182,6 @@ filextype *.cbr
\ {View in zathura} \ {View in zathura}
\ zathura ./%f, \ zathura ./%f,
" cbz
filextype *.cbz
\ {View in zathura}
\ zathura ./%f,
" CSV " CSV
filetype *.csv,*.xlsx,*.sc sc-im %f filetype *.csv,*.xlsx,*.sc sc-im %f

Loading…
Cancel
Save