select better title (thanks jaimeMF for the hint)

This commit is contained in:
Paul Hartmann 2016-10-31 17:07:00 +01:00
parent dbc591b194
commit 07607b7a22

View File

@ -42,7 +42,7 @@ class ZDFIE(InfoExtractor):
meta_data_url_template = main_video_content['http://zdf.de/rels/streams/ptmd-template']
meta_data_url = 'https://api.zdf.de' + meta_data_url_template.replace('{playerId}', player_id)
title = main_video_content['title']
title = content_json['title']
meta_data = self._download_json(meta_data_url, video_id, note='Downloading meta data')