From 2a4fe57b9d3257f3f8d32d90dc4147615df33702 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 4 Mar 2026 15:59:29 +0100 Subject: feat: Use abbr instead of alias --- functions/ydl.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions/ydl.fish') diff --git a/functions/ydl.fish b/functions/ydl.fish index e2acb11..77957c5 100644 --- a/functions/ydl.fish +++ b/functions/ydl.fish @@ -1 +1,3 @@ -alias ydl='yt-dlp -i --fragment-retries 100 --sleep-requests 0.5 --abort-on-unavailable-fragment' # Youtube-dl alias +alias yt_dlp='yt-dlp -i --fragment-retries 20 --sleep-requests 0.5 --abort-on-unavailable-fragment' # Youtube-dl alias +abbr --add ydl_ 'yt-dlp -i --fragment-retries 20 --sleep-requests 0.5 --abort-on-unavailable-fragment' # Youtube-dl alias +abbr --add ydl yt_dlp -- cgit v1.3-2-g11bf