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:
parent
9207a70159
commit
6bc8299ace
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue