Homepage: https://github.com/skeeto/youtube-dl-emacs
Author: Christopher Wellons
Updated:
Manages a youtube-dl queue
This package manages a video download queue for the youtube-dl command line program, which serves as its back end. It manages a single youtube-dl subprocess to download one video at a time. New videos can be queued at any time. The `youtube-dl' command queues a URL for download. Failures are retried up to `youtube-dl-max-failures'. Items can be paused or set to be downloaded at a slower rate (`youtube-dl-slow-rate'). The `youtube-dl-playlist' command queues an entire playlist, just as if you had individually queued each video on the playlist. The `youtube-dl-list' command displays a list of all active video downloads. From this list, items under point can be canceled (d), paused (p), slowed (s), and have its priority adjusted ([ and ]).