1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-29 15:55:48 +00:00

Fish: make ydl write subs

This commit is contained in:
Phantop 2019-10-28 21:26:54 -04:00
parent 6bc8299ace
commit be8e4eca01

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.ockGnW/ydl.fish @ line 2
# Defined in /tmp/fish.B18EzR/ydl.fish @ line 2
function ydl
youtube-dl --continue --ignore-errors --no-overwrites $argv
youtube-dl --continue --ignore-errors --no-overwrites --write-sub --embed-subs $argv
end