Add a youtube-dl alias for audio
This commit is contained in:
parent
e8ad304445
commit
515912fadc
1 changed files with 1 additions and 0 deletions
1
.aliases
1
.aliases
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue