There is also a change to the thumbnail link used for the video info screen. YouTube changed the order of the links a while ago, so a low quality image was being displayed. You can fix this yourself by changing line 155 of videoinfowindow.py to Code: thumbUrl = self.video.media.thumbnail[1].url
thumbUrl = self.video.media.thumbnail[1].url