Skip to content

This is a python script to download videos from YouTube.

Notifications You must be signed in to change notification settings

kuntalsarkar20/yt-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Video Downloader

This is a python script to download videos from YouTube. Version- 1.0

This project is based on pytube module. You can get details about it from here.

Requirements

  1. Latest version of pytube. pip install pytube OR
  2. Pytube module files are included in this. You can use them too. If pytube is not installed then uncomment then line number 2 and 3.
  3. install typing_extension module. pip install typing_extensions

Getting Started

  1. Download the project and unzip it.
  2. Change the video storage location if you want.
  3. Run the download.py file

About

This is a python script to download videos from YouTube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published