jdupl / youtube-dl-channel

This utility allows you to download all the playlists and/or videos from a channel on Youtube.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube-dl-channel

This utility allows you to download all the playlists from a channel on Youtube.

Depends only on youtube-dl.

Usage

youtube-dl-channel USER [DESTINATION]

Automatic install

Download files from the repo

git clone https://github.com/jdupl/youtube-dl-channel.git

cd youtube-dl-channel

Execute the install script

sudo ./install-youtube-dl

Manual install

sudo curl https://raw.githubusercontent.com/jdupl/youtube-dl-channel/master/youtube-dl-channel.py -o /usr/local/bin/youtube-dl-channel

Give execute rights

sudo chmod a+x /usr/local/bin/youtube-dl-channel

Don't forget to install youtube-dl.

About

This utility allows you to download all the playlists and/or videos from a channel on Youtube.

License:GNU General Public License v3.0


Languages

Language:Python 78.0%Language:Shell 22.0%