Creating a simple and Fast YouTube Video Downloader using Python

preview_player
Показать описание

YouTube is very popular video sharing website. Downloading a video from YouTube is a tough job. Downloading the Downloader and get the video using that or go to any other website which fetches the video and saves on your computer. Using Python, this task is very easy. Few lines of code will download the video from YouTube for you. For this, there a python library named as ‘pafy’. pafy is a lightweight, dependency-free Python library which is used for downloading videos from the web.
pafy is not the native library. You need to install it before using it. Installation is easy when you have pip. In the Terminal or Command Prompt, type the following command to install pafy.

pip install pafy
Рекомендации по теме
Комментарии
Автор

Wow this is great, did not know about the pafy library, I did my own YouTube video downloader but it was quite complex and required more lines of code, this is great and simple, thank you for the video.

mrm