I have this loop in python: for video in playlist.videos: where I get YouTube videos in a playlist per URL, so if a video is invalid I get an exception in this
for video in playlist.videos: