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,555
  • 31
  • 31
  • 45
user16017842
  • 1
  • 1
  • 2

0 Answers0