Skip to content

Commit 88e62a4

Browse files
📦 deps: Replace youtube-dl by yt-dlp.
1 parent 027400a commit 88e62a4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.aliases

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ done
9292
# Lock the screen (when going AFK)
9393
alias afk="system.LS"
9494

95-
# youtube-dl
96-
alias vdl='youtube-dl'
97-
alias adl='youtube-dl -f140 --'
95+
# yt-dlp
96+
alias vdl='yt-dlp'
97+
alias adl='yt-dlp -f140 --'
9898

9999
# thefuck aliases
100100
# THIS IS WAY TOO SLOW

.config/fish/aliases.fish

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ end
146146
# Lock the screen (when going AFK)
147147
abbr afk "system.LS"
148148

149-
# youtube-dl
150-
abbr ydl 'youtube-dl'
151-
abbr vdl 'youtube-dl -f best --'
152-
abbr adl 'youtube-dl -f bestaudio --'
149+
# yt-dlp
150+
abbr ydl 'yt-dlp'
151+
abbr vdl 'yt-dlp -f best --'
152+
abbr adl 'yt-dlp -f bestaudio --'
153153

154154
# youtube-viewer
155155
abbr yt 'youtube-viewer'

0 commit comments

Comments
 (0)