1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-01-07 13:47:54 +01:00

[narando] remove display_id attribute

This commit is contained in:
ealgase 2018-11-21 19:11:22 -05:00
parent f8a4a38880
commit b709ed1fc9

View File

@ -39,7 +39,6 @@ class NarandoIE(InfoExtractor):
'md5': 'd20f671f0395bab8f8285d1f6e8f965e',
'info_dict': {
'id': 'b2t4t789kxgy9g7ms4rwjvvw',
'display_id': 'an-ihrem-selbstlob-erkennt-man-sie',
'ext': 'mp3',
'title': 'An ihrem Selbstlob erkennt man sie',
'url': 'https://static.narando.com/sounds/10492/original.mp3',
@ -56,7 +55,6 @@ class NarandoIE(InfoExtractor):
description = self._html_search_regex(r'<meta content="(.+?)" property="og:description" />', webpage, 'description')
return {
'display_id': video_id,
'id': player_id,
'title': title,
'url': player_url,