Skip to content

Briankim254/Youtube-Video-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

YouTube video Downloader

This repository contains an app for downloading videos from YouTube using Python and the pytube library.

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/Briankim254/youtube-downloader.git
  1. Change into the project directory.
cd youtube-downloader
  1. Install the required dependencies.
pip install -r requirements.txt

Usage

  1. Run the app.
python app.py
  1. Enter the YouTube video URL that you want to download.

  2. Select the desired video quality and format.

  3. Click the "Download" button to start the download.

The downloaded video will be saved in the same directory as the app.

TO-DO List

  • Add support for downloading entire playlists
  • Improve error handling
  • Add support for resuming downloads
  • Add support for downloading subtitles
  • Add support for downloading only audio
  • Add support for downloading videos from other websites
  • Add a progress bar to show the download progress

Contributing

If you find any bugs or would like to suggest new features, please open an issue on the GitHub repository. Pull requests are also welcome.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This repository contains an app for downloading videos from YouTube using Python and the pytube library.User interface developed using the Custom Tkinter Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages