bashrc&zshrc: fix youtube-dl deprecation warning

Manually applying PR #110

Resolves #100
This commit is contained in:
Cyaniventer 2019-04-04 20:41:40 +03:00 committed by Mikaela Suomalainen
parent 6981481c77
commit 0ca856669c
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.