mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-01 01:16:56 +00:00
Fish: make ydl fast again
This commit is contained in:
parent
9207a70159
commit
6bc8299ace
|
@ -1,3 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.ockGnW/ydl.fish @ line 2
|
||||||
function ydl
|
function ydl
|
||||||
youtube-dl --continue --ignore-errors --no-overwrites --external-downloader=aria2c $argv
|
youtube-dl --continue --ignore-errors --no-overwrites $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue