http://gitunderground.i2p/archive/youtube-dl/src/commit/dcdb292fddc82ae11f4c0b647815a45c88a6b6d5/youtube_dl/extractor/tagesschau.py
_extract_formats ( download_text , media_kind ), }) if len ( entries ) > 1 : return self . playlist_result ( entries , display_id , title ) formats = entries [ 0 ][ 'formats' ] else : # Assume single video download_text = self . _search_regex ( DOWNLOAD_REGEX , webpage , 'download links' , group = 'links' ) media_kind = self . _search_regex ( DOWNLOAD_REGEX , webpage , 'media kind' , default = 'Video' , group = 'kind' ) formats = self .