2020-02-23 17:30:41 +00:00
|
|
|
# Defined in /tmp/fish.Cfc1Xs/ydl.fish @ line 2
|
2019-01-11 22:52:16 +00:00
|
|
|
function ydl
|
2020-02-23 17:30:41 +00:00
|
|
|
youtube-dl --continue --ignore-errors --no-overwrites --write-sub --embed-subs -o '%(title)s.%(ext)s' $argv
|
2019-01-11 22:52:16 +00:00
|
|
|
end
|