Packages: Add aria2 download utility

To speed up YouTube downloads, use the external downloader aria2c.
Also implemented it in the aliases and scripts where youtube-dl is used.
This commit is contained in:
Riyyi
2021-08-09 12:50:10 +02:00
parent 4dc285d713
commit ae1458873e
5 changed files with 25 additions and 14 deletions
+2 -2
View File
@@ -150,8 +150,8 @@ ytaudio_thumbnail() {
# Get mp3 + thumbnail
echo "Downloading and converting \"$FILE_NAME\".."
youtube-dl -f bestaudio/best -x --audio-format mp3 --audio-quality 0 \
--write-thumbnail --cookies "~/documents/youtube.com_cookies.txt" "$1" > /dev/null
# --write-thumbnail "$1" > /dev/null
--write-thumbnail --external-downloader aria2c \
--cookies "$HOME/documents/youtube.com-cookies.txt" "$1" > /dev/null
echo "Embedding thumbnail into mp3.."