Skip to content

shubhanshu02/Youtube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Youtube Video Downloader

Codacy Badge

Introduction

This is a simple program written in Python 3 to download YouTube videos directly through Python. This program saves the video in .mp4 format in the same directory as that of the program.

Usage

The program can be run with or without arguments. Both resolution and URL of the video can be passed as arguments. The program can be run in the following ways -

  1. python main.py -resolution url
  2. python main.py url
  3. python main.py

If the resolution is not passed as an argument, the program displays the available resolutions to download. Now with Progress bar added

Libraries Used

  • sys
  • pytube
  • urllib

About

Command Line YouTube Video Downloader, Made using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages