Skip to content

The main idea of developing the YouTube downloader is that due to the Ease of availability of the videos from YouTube is sometimes required. For a normal person, there is not always availability of an internet connection and also viewing a YouTube video again and again will result into the leakage of the internet data. So he/she should be able t…

Notifications You must be signed in to change notification settings

kashyaprparmar/YouTube_video_downloader_using_Python

Repository files navigation

YouTube Video Downloader using Python (For Windows OS- 7/10/11)

Abstract :

The main idea of developing the YouTube downloader is that due to the Ease of availability of the videos from YouTube is sometimes required. For a normal person, there is not always availability of an internet connection and also viewing a YouTube video again and again will result into the leakage of the internet data. So he/she should be able to download a YouTube video in any format (.mp4 or .webp) and in any resolution(144/240/36-/480/720/1080 pixels) when there is keen requirement and so he/she would spend their internet data only one time to watch each video and the availability of all resolutions make it possible to spend low amount of internet data. All he/she needs is only a URL link to get this YouTube video downloaded.

Usage :

Requirements :

tkinter, pytube, sqlite3, PIL

Run:

Code.py

Downloaded video location :

Video downloaded from YouTube will be stored in the directory path as ‘C:\YTVideoDir\’ with the same name as on the YouTube video. For eg. If the video is named as ‘Minecraft Game Latest Updates’ in the YouTube then it will be stored in PC in ‘C:\YTVideoDir\ Minecraft Game Latest Updates.mp4’ is chosen the format of downloaded video as mp4 video and if the format of webp was chosen then it will be stored in PC in ‘C:\YTVideoDir\ Minecraft Game Latest Updates.webp’.

Steps :

The whole process is explained below : alt text

Screenshots :

1. Starting Window

alt text

2. New User Registration Window

alt text

3. Login Window

alt text

4. YouTube video search using URL link Window

alt text

5. Video not found in YouTube Message Window

alt text

6. Video Found in YouTube Message Window

alt text

7. Video downloaded from YouTube to PC Message Window

alt text

About

The main idea of developing the YouTube downloader is that due to the Ease of availability of the videos from YouTube is sometimes required. For a normal person, there is not always availability of an internet connection and also viewing a YouTube video again and again will result into the leakage of the internet data. So he/she should be able t…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages