1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-20 00:49:15 +00:00
dotfiles/.config/fish/functions/ydl.fish

5 lines
155 B
Fish
Raw Normal View History

2019-02-17 16:58:53 +00:00
# Defined in /tmp/fish.YYmq1V/ydl.fish @ line 2
function ydl
2019-02-17 16:58:53 +00:00
youtube-dl --continue --ignore-errors --no-overwrites --external-downloader=aria2c $argv
end