From 0ca856669cec2f6af8ad6a5be194356ad529178f Mon Sep 17 00:00:00 2001 From: Cyaniventer <47819045+cyaniventer@users.noreply.github.com> Date: Thu, 4 Apr 2019 20:41:40 +0300 Subject: [PATCH] bashrc&zshrc: fix youtube-dl deprecation warning Manually applying PR #110 Resolves #100 --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.