mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:43:20 +00:00
parent
35cd4c4d88
commit
c5332d7fbb
|
@ -134,7 +134,7 @@ def _extract_product_media(self, product_media):
|
||||||
dash_manifest_raw = product_media.get('video_dash_manifest')
|
dash_manifest_raw = product_media.get('video_dash_manifest')
|
||||||
videos_list = product_media.get('video_versions')
|
videos_list = product_media.get('video_versions')
|
||||||
if not (dash_manifest_raw or videos_list):
|
if not (dash_manifest_raw or videos_list):
|
||||||
return None
|
return {}
|
||||||
|
|
||||||
formats = [{
|
formats = [{
|
||||||
'format_id': format.get('id'),
|
'format_id': format.get('id'),
|
||||||
|
|
Loading…
Reference in a new issue