1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-09 00:14:53 +00:00
dotfiles/.config/fish/functions/ydl.fish

5 lines
126 B
Fish
Raw Normal View History

2019-10-17 02:00:59 +00:00
# Defined in /tmp/fish.ockGnW/ydl.fish @ line 2
function ydl
2019-10-17 02:00:59 +00:00
youtube-dl --continue --ignore-errors --no-overwrites $argv
end