diff --git a/rc/bashrc b/rc/bashrc index da6469e9..488d9675 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -258,7 +258,7 @@ alias ..="cd .." #alias top="htop" # MIKAELA_GREP # MIKAELA_GREP_ALIAS # Add title to youtube-dl & make yle-dl Windows-friendly -alias youtube-dl="youtube-dl -t" +alias youtube-dl="youtube-dl -o '%(title)s-%(id)s.%(ext)s'" alias yle-dl="yle-dl --vfat" # git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't. diff --git a/rc/zshrc b/rc/zshrc index d278519a..5748ee0f 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -215,7 +215,7 @@ alias ..="cd .." #alias top="htop" # MIKAELA_GREP MIKAELA_GREP_ALIAS # Add title to youtube-dl & make yle-dl Windows-friendly -alias youtube-dl="youtube-dl -t" +alias youtube-dl="youtube-dl -o '%(title)s-%(id)s.%(ext)s'" alias yle-dl="yle-dl --vfat" # git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.