Skip to content

christianfelipesf/pytubetitleplayslitfast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytube-Title-Playlistfast

Get all videos titles from playslit pytube fast

Use the basic link for a playlist

to work use playlisttitle.py next to your script and then call

example

from playlisttitle import PlaylistGet

playl = PlaylistGet("LinkUrl")

titles = playl.playlist_titles()

print(len(titles))

print(titles)

About

get all videos titles from playslit pytube fast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages