Skip to content

TheDokT0r/channel-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

channel-downloader

A simple script to download all videos from a YouTube channel.

Installation

  1. Install Python 3.
  2. clone this repository:
https://github.com/TheDokT0r/channel-downloader.git
  1. Install the required packages:
pip install -r requirements.txt

Usage

python src/Main.py <channel_id> <output_dir>

Example

python src/Main.py UC-lHJZR3Gqxm24_Vd_AJ5Yw ./videos

You can also use the full channel URL (only if it contains the channel ID):

python src/Main.py https://www.youtube.com/channel/UC-lHJZR3Gqxm24_Vd_AJ5Yw ./videos

Plans for the future

  • [] Add a GUI
  • [] Add a progress bar
  • [] Add a download speed indicator
  • [] Create a Windows and Linux executable

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages