mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-02 17:56:44 +00:00
5 lines
224 B
Fish
5 lines
224 B
Fish
# Defined in /tmp/fish.J0dXw4/ydl.fish @ line 2
|
|
function ydl --wraps=youtube-dl
|
|
youtube-dl --continue --ignore-errors --no-overwrites --write-auto-sub --write-sub --embed-subs --sub-lang=en -o '%(title)s.%(ext)s' $argv
|
|
end
|