0

This is my code (very simple and basic)

from pytube import YouTube
yt = YouTube("https://www.youtube.com/watch?v=wTmFilUkClY")
print(yt.rating)
print(yt.streams)
ys = yt.streams.get_highest_resolution()
ys.download()

Then I am getting this error

urllib.error.HTTPError: HTTP Error 404: Not Found

Please help me fix it....

General Grievance
  • 4,259
  • 21
  • 28
  • 43

0 Answers0