From b4e9ae1993b31e73a2f9251773307c625dacd200 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 31 Oct 2022 02:27:46 +0100 Subject: Safe youtube-dl command --- functions/ydl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ydl.fish b/functions/ydl.fish index 5052a73..e2acb11 100644 --- a/functions/ydl.fish +++ b/functions/ydl.fish @@ -1 +1 @@ -alias ydl='youtube-dl -ki ' # Youtube-dl alias +alias ydl='yt-dlp -i --fragment-retries 100 --sleep-requests 0.5 --abort-on-unavailable-fragment' # Youtube-dl alias -- cgit v1.2.3