Authored by: bashonly
This commit is contained in:
bashonly 2024-11-15 20:04:47 -06:00
parent dd24579c28
commit 11edfc8e1f
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -96,8 +96,7 @@ class Kenh14VideoIE(InfoExtractor):
or clean_html(get_element_by_class('vdbw-title', webpage))),
'formats': [
{'url': f'https://{direct_url}', 'format_id': 'http'},
*self._extract_m3u8_formats(
f'https://{direct_url}/master.m3u8', video_id, fatal=False),
*self._extract_m3u8_formats(f'https://{direct_url}/master.m3u8', video_id, fatal=False),
],
'description': (
clean_html(self._og_search_description(webpage))