Releases: shabir-mp/YouTube-Video-Downloader
Releases · shabir-mp/YouTube-Video-Downloader
YouTube Video Downloader v2.0.0
YouTube Video Downloader v2.0.0
This is a simple Python script for downloading YouTube videos using pytube and tkinter library. Equipped with neat and organized ui and ux
Features
- Resolution option to download videos. Available from 2160p to 144p resolution.
- Has a feature to check video information, such as title, author, view, rating, publish date, video length, and thumb URL.
- has a status feature, so you can see errror problems, as well as results in running the application.
- Terms and conditions feature, ensuring users to use the application in accordance with the terms and conditions (license, etc.).
- A neat and organized appearance according to the standard appearance of the operating system.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
YouTube Video Downloader V.1.0.0
YouTube-Video-Downloader
This is a simple Python script for downloading YouTube videos using pytube library. The script provides two options on the home screen:
- Download Video
- See Download History
Features
- Download the highest resolution video available for a given YouTube URL.
- Save the download history in a file named history.yt.
- Display the download history with options to go back to the home screen.
Prerequisites
- Install pytube library using pip install pytube.
2.Python 3.x
Usage
- Run the script.
- Choose the desired option from the home screen.
- If you choose "Download Video", enter the YouTube URL. The script will download the video with the highest resolution available.
- If you choose "See Download History", the script will show the download history.
Code Structure
home()
: The home screen function.download()
: The function to download the video.history()
: The function to display the download history.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.