Skip to content

Releases: shabir-mp/YouTube-Video-Downloader

YouTube Video Downloader v2.0.0

12 Apr 08:07
4aaa9bc
Compare
Choose a tag to compare

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

  1. Resolution option to download videos. Available from 2160p to 144p resolution.
  2. Has a feature to check video information, such as title, author, view, rating, publish date, video length, and thumb URL.
  3. has a status feature, so you can see errror problems, as well as results in running the application.
  4. Terms and conditions feature, ensuring users to use the application in accordance with the terms and conditions (license, etc.).
  5. 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.


Github Footer

YouTube Video Downloader V.1.0.0

22 Mar 00:16
6e756e8
Compare
Choose a tag to compare

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:

  1. Download Video
  2. See Download History

Features

  1. Download the highest resolution video available for a given YouTube URL.
  2. Save the download history in a file named history.yt.
  3. Display the download history with options to go back to the home screen.

Prerequisites

  1. Install pytube library using pip install pytube.
    2.Python 3.x

Usage

  1. Run the script.
  2. Choose the desired option from the home screen.
  3. If you choose "Download Video", enter the YouTube URL. The script will download the video with the highest resolution available.
  4. If you choose "See Download History", the script will show the download history.

Code Structure

  1. home() : The home screen function.
  2. download(): The function to download the video.
  3. history() : The function to display the download history.

License

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


Github Footer