opterix

Results 3 comments of opterix

Excellent! --- This change in the captions.py file definitely solved the problem for me: ########### Python 3.11.8 pytube 15.0.0

There are still some issues with automatically generated captions. For instance, this one works quite well: ``` from pytube import YouTube video_url = 'https://www.youtube.com/watch?v=gRtjjtBHXxo' yt = YouTube(video_url) stream = yt.streams.first()...

Great. It worked nicely