1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-31 17:07:26 +00:00

Fish: make ydl fast again

This commit is contained in:
Phantop 2019-10-16 22:00:59 -04:00
parent 9207a70159
commit 6bc8299ace

View file

@ -1,3 +1,4 @@
# Defined in /tmp/fish.ockGnW/ydl.fish @ line 2
function ydl
youtube-dl --continue --ignore-errors --no-overwrites --external-downloader=aria2c $argv
youtube-dl --continue --ignore-errors --no-overwrites $argv
end