[PromoDJ] Remove player's width and height

pull/9200/head
DmitryScaletta 2 years ago
parent 900bc5f708
commit ed61b73bcd
No known key found for this signature in database
GPG Key ID: 167A65222EDD4C2A

@ -136,10 +136,6 @@ class PromoDJBaseIE(InfoExtractor):
formats = [{
'format_id': 'web',
'url': traverse_obj(video, ('play', '@url')).replace('?returnurl=1', ''),
**traverse_obj(media_data, {
'width': ('width', {int_or_none}),
'height': ('height', {int_or_none}),
})
}]
return {
'id': id,

Loading…
Cancel
Save