diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-12-30 18:46:15 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-12-30 18:46:15 +0100 |
| commit | cd7f8b925d0d01d9510a8201f1276c6a560a7d63 (patch) | |
| tree | 2523241a48ce58a492b025d44ff1b50156ec3cae | |
| parent | d723055673a4018ef554f9bd4537addbcb17ef4d (diff) | |
| download | dotfiles-cd7f8b925d0d01d9510a8201f1276c6a560a7d63.tar.gz dotfiles-cd7f8b925d0d01d9510a8201f1276c6a560a7d63.tar.bz2 dotfiles-cd7f8b925d0d01d9510a8201f1276c6a560a7d63.zip | |
Updated fish youtube-dl alias to yt-dlp
| -rw-r--r-- | config/fish/config.fish | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index 2691a53..6900102 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -151,10 +151,10 @@ if status is-interactive git remote | xargs -I{} git push {} $argv[..-2] "$branch" end - # youtube-dl - abbr ytdl 'youtube-dl --output "%(title)s.%(ext)s"' - abbr ytdlp 'youtube-dl --audio-format mp3 -i --output "%(playlist_index)s-%(title)s.%(ext)s"' - abbr ytdla 'youtube-dl --audio-format mp3 -i -x -f bestaudio/best --output "%(playlist_index)s-%(title)s.%(ext)s"' + # yt-dlp + abbr ytdl 'yt-dlp --output "%(title)s.%(ext)s"' + abbr ytdlp 'yt-dlp --audio-format mp3 -i --output "%(playlist_index)s-%(title)s.%(ext)s"' + abbr ytdla 'yt-dlp --audio-format mp3 -i -x -f bestaudio/best --output "%(playlist_index)s-%(title)s.%(ext)s"' # wifi function wificonnect |
