Prefer externalId over non-mediaserver-specific hashkey for video id.

This commit is contained in:
fnord 2015-06-23 01:08:07 -05:00
parent 2a282a3b5f
commit a9dcf4a860
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ class BBCNewsIE(BBCCoUkIE):
self._sort_formats(formats)
ret.append( {
'id': jent.get('programme_id',jent.get('id')),
'id': jent.get('id') if programme_id == None else programme_id,
'uploader': 'BBC News',
'upload_date': pubdate,
'title': title,