mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-30 08:26:41 +00:00
Fish: ydl with aria2c
This commit is contained in:
parent
660ac2458e
commit
e03f6bebc5
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.sml9kE/ydl.fish @ line 2
|
||||
# Defined in /tmp/fish.YYmq1V/ydl.fish @ line 2
|
||||
function ydl
|
||||
youtube-dl --continue --ignore-errors --no-overwrites $argv
|
||||
youtube-dl --continue --ignore-errors --no-overwrites --external-downloader=aria2c $argv
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[FileDialog]
|
||||
history=@Invalid()
|
||||
lastVisited=file:///home/glados/Downloads
|
||||
lastVisited=file:///mnt/LocalDiskD/Downloads
|
||||
qtVersion=5.11.2
|
||||
viewMode=Detail
|
||||
|
|
Loading…
Reference in a new issue