thumbnail

pull/10657/head
voidptr_t 5 months ago
parent 605741fbe8
commit c3896d0178

@ -34,7 +34,6 @@ class PlVideoVideoIE(InfoExtractor):
'url': hlsurl,
'ext': 'mp4',
'quality': 0 if len(formats) == 0 else 0 - len(formats),
'thumbnail': thumbnail,
'format_id': key,
'protocol': 'm3u8_native',
}
@ -45,4 +44,5 @@ class PlVideoVideoIE(InfoExtractor):
'id': video_id,
'title': item.get('title'),
'formats': formats,
'thumbnails': [{'url': thumbnail}],
}

Loading…
Cancel
Save