dmytro-me / Youtube-downloader

A python file that allows the user to download any public Youtube video or playlist. Users have the option to choose whether download video and audio separately or combine them into one single file. Users are also able to choose their desired video quality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube-downloader

A python program that allows the user to download any public youtube video or playlist. Users have the option to choose whether to download video and audio separately or combine them into one single file. Users are also able to choose their desired video quality.

Requisites:

  • Have pytube module installed on your computer

pip install pytube

  • Have ffmpeg program installed in C:/ffmpeg/bin/ffmpeg.exe

https://ffmpeg.org/download.html

About

A python file that allows the user to download any public Youtube video or playlist. Users have the option to choose whether download video and audio separately or combine them into one single file. Users are also able to choose their desired video quality

License:MIT License


Languages

Language:Python 100.0%