From 6bc8299acef61e09351f8a205935521cccb29ff7 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 16 Oct 2019 22:00:59 -0400 Subject: [PATCH] Fish: make ydl fast again --- .config/fish/functions/ydl.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/ydl.fish b/.config/fish/functions/ydl.fish index f3c3d2a..8dfd320 100644 --- a/.config/fish/functions/ydl.fish +++ b/.config/fish/functions/ydl.fish @@ -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