Skip to content

A simple and easy-to-use Python library for downloading YouTube videos.

Notifications You must be signed in to change notification settings

nasir-shah-cloud/YouTube-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API USAGE

from ytube import YouTube

yt = YouTube()
player = yt.watch("https://youtu.be/x7X9w_GIm1s")

streams = player.streams.filter(progressive=True)
if streams:
    player.download(streams[-1],".")

About

A simple and easy-to-use Python library for downloading YouTube videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages