Skip to content

Instantly share code, notes, and snippets.

View mzughbor's full-sized avatar

Mahmoud Zuhgbor mzughbor

View GitHub Profile
try:
from pytube import YouTube
from pytube import Playlist
except Exception as e :
print( " Some Modules are missing {}".format(e))
#url = "https://www.youtube.com/watch?v=U0fk5L1ifbo"
url = "https://www.youtube.com/watch?v=p2L0i5_WTCM"
ytd = YouTube(url)