Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 997 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 997 Bytes

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