Skip to main content

Download youtube videos

Project description

youtubi

Download youtube videos python library .

Install :

pip install youtubi

Example :

Download single video

from youtubi import Youtubi

y = Youtubi()
url = "https://youtu.be/oaxWxSdytTk?si=DNJOpBMtJyrmaMQR"
y.get_videos(url , folder = None , filename = None)

Download list of videos of playlist

copy outter html of page where plylist is shown in the page , then

from youtubi import Youtubi 
y = Youtubi()
y.get_playlist(file = "playlist.html")

Download channel videos

from youtubi import Youtubi
y = Youtubi()
y.get_channel(file = "channel.html")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

youtubi-1.2.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

youtubi-1.2.3-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page