projects
/
dotfiles
/
zsh.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add function to call youtube-dl
[dotfiles/zsh.git]
/
functions
/
default
/
bandcampdl
1
#!/bin/zsh
2
3
youtube-dl
"
$1
"
-o
'%(uploader)s/%(playlist_title)s/%(autonumber)s %(title)s.%(ext)s'