@ -673,6 +673,8 @@ class ExtractorError(Exception):
expected=True
ifvideo_idisnotNone:
msg=video_id+': '+msg
ifcause:
msg+=u' (caused by %r)'%cause
ifnotexpected:
msg=msg+u'; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.'