Results 1 comments of TechGirlTiff

I am having the same issue with the following video: https://www.youtube.com/watch?v=UQ5_ehVI7mg the following commands trigger the exception: ` py = self.pytube_obj.streams.order_by('resolution') py.desc().first().download(filename_prefix="video_") ` exception: ` File "C:\Users\tiff\AppData\Roaming\Python\Python310\site-packages\pytube\streams.py", line 247, in...