Add a youtube-dl alias for audio

This commit is contained in:
Rodolphe Breard 2016-12-05 23:29:18 +01:00
parent e8ad304445
commit 515912fadc

View file

@ -15,6 +15,7 @@ hash clang-format 2>/dev/null && alias clang-format='clang-format -style="{Based
hash xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock' hash xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock'
hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"' hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"'
hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
hash youtube-dl 2>/dev/null && alias audio-dl='youtube-dl -x --audio-quality 0 --audio-format "vorbis"'
if hash chromium 2>/dev/null; then if hash chromium 2>/dev/null; then
chromium-tor() { chromium-tor() {