Simple Python script that allows you to download videos from YouTube using the pytube
library.
- 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.
- Clone the repository:
git clone https://github.com/kit4py/YoutubeDownloader
- Install the required dependencies:
pip install pytube
- Run the script:
python main.py
-
Enter the YouTube video URL when prompted.
-
Optionally, enter the desired video resolution.
-
The script will download the video and save it in the specified output directory or the current directory.
This project is licensed under the MIT License.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
- pytube - A lightweight, dependency-free Python library for downloading YouTube videos.
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.