A simple script to download all videos from a YouTube channel.
- Install Python 3.
- clone this repository:
https://github.com/TheDokT0r/channel-downloader.git
- Install the required packages:
pip install -r requirements.txt
python src/Main.py <channel_id> <output_dir>
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
- [] Add a GUI
- [] Add a progress bar
- [] Add a download speed indicator
- [] Create a Windows and Linux executable