mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-22 01:49:21 +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
|
function ydl
|
||||||
youtube-dl --continue --ignore-errors --no-overwrites $argv
|
youtube-dl --continue --ignore-errors --no-overwrites --external-downloader=aria2c $argv
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=@Invalid()
|
history=@Invalid()
|
||||||
lastVisited=file:///home/glados/Downloads
|
lastVisited=file:///mnt/LocalDiskD/Downloads
|
||||||
qtVersion=5.11.2
|
qtVersion=5.11.2
|
||||||
viewMode=Detail
|
viewMode=Detail
|
||||||
|
|
Loading…
Reference in a new issue