Skip to content

A command line interface to download youtube playlists in one go.

License

Notifications You must be signed in to change notification settings

guptaharsh13/youtube-playlist-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Playlist Downloader

A command line interface to download youtube playlists in one go. The application employs multi-threading to download numerous videos at once, optimising the download process to the maximum extent.

Tools and technology used

  • Python3

Getting Started

To get started:

  • Clone the repo git clone https://github.com/guptaharsh13/youtube-playlist-downloader
  • Checkout to a new branch git checkout -b my-amazing-feature
  • Make some amazing changes.
  • git add .
  • git commit -m "<Verb>: <Action>"
  • git push origin my-amazing-feature
  • Open a pull request :)

To start contributing, check out CONTRIBUTING.md . New contributors are always welcome to support this project.

Production Run

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py

This project is licensed under MIT.

Made with ❤ by Harsh Gupta

About

A command line interface to download youtube playlists in one go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages