mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 22:45:29 +00:00
5 lines
174 B
Fish
5 lines
174 B
Fish
# Defined in /tmp/fish.Cfc1Xs/ydl.fish @ line 2
|
|
function ydl
|
|
youtube-dl --continue --ignore-errors --no-overwrites --write-sub --embed-subs -o '%(title)s.%(ext)s' $argv
|
|
end
|