An open API service indexing awesome lists of open source software.

https://github.com/manasvigoyal/youtube-video-downloader

Downloads YouTube video by URL of the video or by selecting the Link from Top 10 search results
https://github.com/manasvigoyal/youtube-video-downloader

jupyter-notebook python pytube selenium-webdriver youtube youtube-video-downloader

Last synced: about 1 month ago
JSON representation

Downloads YouTube video by URL of the video or by selecting the Link from Top 10 search results

Awesome Lists containing this project

README

          


YouTube Video Downloader

## :bulb: Project Overview

A YouTube video downloader in Python which downloads the highest resolution video by either of the two ways:

**1. URL of the YouTube video**

**2. Keyword Search**


a) Inputting the Search Query from User.\
b) Extracting the Top 10 search results with the links and thumbnails.\
c) Inputting the Link Numder to be downloaded from the user.  

###   Python Libraries

![Selenium](https://img.shields.io/badge/-Selenium-05122A?style=flat&logo=selenium) 
![Pytube](https://img.shields.io/badge/-PyTube-05122A?style=flat&logo=pytube)
![IPython.display](https://img.shields.io/badge/-IPython.display-05122A?style=flat&logo=IPython.display) 
![Time](https://img.shields.io/badge/-Time-05122A?style=flat&logo=Time) 
![Google Search](https://img.shields.io/badge/-Google_Search-05122A?style=flat&logo=Google)