http://gitunderground.i2p/archive/youtube-dl/commit/bdda6b81df61f52eed2502c8ae624d297d918488
_GEO_COUNTRIES ) uploader = video . get ( ' uploader ' ) ext = determine_ext ( video_url ) if ext == ' mpd ' : # In case MPD cannot be parsed, or anyway, get mp4 combined # formats usually provided to Safari, iOS, and old Windows try : formats , subtitles = self . _extract_mpd_formats_and_subtitles ( video_url , video_id , ' dash ' , fatal = False ) except KeyError : self . report_warning ( ' Failed to parse MPD manifest ' ) formats , subtitles = [ ] , { } webpage = self ....