2019-10-29 01:26:54 +00:00
|
|
|
# Defined in /tmp/fish.B18EzR/ydl.fish @ line 2
|
2019-01-11 22:52:16 +00:00
|
|
|
function ydl
|
2019-10-29 01:26:54 +00:00
|
|
|
youtube-dl --continue --ignore-errors --no-overwrites --write-sub --embed-subs $argv
|
2019-01-11 22:52:16 +00:00
|
|
|
end
|