Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.
/ youtube-dl-aria Public archive

Wrapper for youtube-dl to use aria2c for (faster) downloading

Notifications You must be signed in to change notification settings

tobbez/youtube-dl-aria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

PLEASE NOTE:

youtube-dl-aria is obsolete - youtube-dl added builtin support for external
downloaders early 2015.

If you want to duplicate the behaviour of youtube-dl-aria using just
youtube-dl, you can run:

mkdir -p ~/.config/youtube-dl/
cat > ~/.config/youtube-dl/config <<EOF
-o "[%(upload_date)s][%(id)s] %(title)s (by %(uploader)s).%(ext)s"
--external-downloader aria2c
--external-downloader-args "-c -j 3 -x 3 -s 3 -k 1M"
EOF

youtube-dl-aria
===============
A wrapper that speeds up youtube-dl downloads by utilising aria2's
capability of opening multiple connections per server.


Dependencies
============
 * youtube-dl (http://rg3.github.io/youtube-dl/)
 * aria2 (http://aria2.sourceforge.net/)


License
=======
ISC.

About

Wrapper for youtube-dl to use aria2c for (faster) downloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages