From 635ba81444798f58005b1a83a622a0790c261bdb Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 13 May 2016 10:16:23 +0200 Subject: [PATCH] Always download the bestest version of audio and video --- .config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index fe86174..e5f9435 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -59,4 +59,6 @@ alias pip_upgrade "pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs alias pypi_up 'python setup.py register sdist --formats=zip upload' +alias youtube-dl 'youtube-dl -t -f bestvideo+bestaudio/best --merge-output-format mp4' + alias weather 'ansiweather'