Skip to content

dlh/youtube-dl-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

youtube-dl-parallel

Concurrent downloads with youtube-dl.

Requirements

Documentation

Usage: youtube-dl-parallel [-hj] <url> [<url> ...] [-- <youtube-dl options>]
    -h       : Shows this help message.
    -j <jobs>: The number of jobs to run in parallel. The default is 3.

If “-” is provided as an argument, then urls will additionally be read from stdin.

Caveats

To download a YouTube playlist or channel using youtube-dl-parallel you'll need to first find all the videos in that collection.

youtube-dl --get-id <playlist or channel> | youtube-dl-parallel -

License

Copyright (c) 2013 DLH. See LICENSE.txt for the MIT license.