PyTube: PrivateVideo exception not working
问题 I wrote a code that will print all videos' name on the playlist. The problem is when it tries to print the name of the video that is private. I wrote an exception from Github that the owner wrote but it still doesn't work. It should skip this one video and go to another one but it doesn't and the program crashes. Here is my code: import pytube from pytube.exceptions import VideoPrivate pl = pytube.Playlist("https://www.youtube.com/playlist?list=PLB1PGaMZkETOixDfsnKIOkfJS_cToCHSt") for video