dlh / youtube-dl-parallel

Concurrent downloads with youtube-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Concurrent downloads with youtube-dl

License:MIT License


Languages

Language:Shell 100.0%