Skip to content

kit4py/YoutubeDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

YouTube Downloader

Simple Python script that allows you to download videos from YouTube using the pytube library.

Features

  • Download YouTube videos by providing the video URL.
  • Specify the desired video resolution for the download.
  • Saves the downloaded video in the specified output directory or the current directory.

Installation

  1. Clone the repository:

git clone https://github.com/kit4py/YoutubeDownloader

  1. Install the required dependencies:

pip install pytube

Usage

  1. Run the script:

python main.py

  1. Enter the YouTube video URL when prompted.

  2. Optionally, enter the desired video resolution.

  3. The script will download the video and save it in the specified output directory or the current directory.

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

Acknowledgements

  • pytube - A lightweight, dependency-free Python library for downloading YouTube videos.

Disclaimer

Please note that downloading videos from YouTube may infringe on the terms of service or copyrights of YouTube. Make sure to use this script responsibly and comply with the YouTube terms of service and any applicable laws or regulations.