Advertisement
TTpocToXaKep

[outdated] [shitt] Youtube Downloader

Jan 31st, 2023 (edited)
1,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. # https://pastebin.com/u/TTpocToXaKep
  2. from pytube import YouTube
  3.  
  4. # creating object for download
  5. yt = YouTube('https://www.youtube.com/watch?v=Video_ID')
  6.  
  7. # choose thread
  8. stream = yt.streams.first()
  9.  
  10. # downloading
  11. stream.download()
  12.  
  13. # it simplecode how to work with pytube, use it in ur deals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement