Guest User

Untitled

a guest
Oct 21st, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. youtube-dl-aria is obsolete - youtube-dl added builtin support for external
  2. downloaders early 2015.
  3.  
  4. If you want to duplicate the behaviour of youtube-dl-aria using just
  5. youtube-dl, you can run:
  6.  
  7. mkdir -p ~/.config/youtube-dl/
  8. cat > ~/.config/youtube-dl/config <<EOF
  9. -o "[%(upload_date)s][%(id)s] %(title)s (by %(uploader)s).%(ext)s"
  10. --external-downloader aria2c
  11. --external-downloader-args "-c -j 3 -x 3 -s 3 -k 1M"
  12. EOF
Add Comment
Please, Sign In to add comment