We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
youtube-dl
yt-dlp
1 parent 027400a commit 88e62a4Copy full SHA for 88e62a4
.aliases
@@ -92,9 +92,9 @@ done
92
# Lock the screen (when going AFK)
93
alias afk="system.LS"
94
95
-# youtube-dl
96
-alias vdl='youtube-dl'
97
-alias adl='youtube-dl -f140 --'
+# yt-dlp
+alias vdl='yt-dlp'
+alias adl='yt-dlp -f140 --'
98
99
# thefuck aliases
100
# THIS IS WAY TOO SLOW
.config/fish/aliases.fish
@@ -146,10 +146,10 @@ end
146
147
abbr afk "system.LS"
148
149
150
-abbr ydl 'youtube-dl'
151
-abbr vdl 'youtube-dl -f best --'
152
-abbr adl 'youtube-dl -f bestaudio --'
+abbr ydl 'yt-dlp'
+abbr vdl 'yt-dlp -f best --'
+abbr adl 'yt-dlp -f bestaudio --'
153
154
# youtube-viewer
155
abbr yt 'youtube-viewer'
0 commit comments