mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-28 03:25:52 +00:00
minutia
Authored by: bashonly
This commit is contained in:
parent
dd24579c28
commit
11edfc8e1f
@ -96,8 +96,7 @@ class Kenh14VideoIE(InfoExtractor):
|
|||||||
or clean_html(get_element_by_class('vdbw-title', webpage))),
|
or clean_html(get_element_by_class('vdbw-title', webpage))),
|
||||||
'formats': [
|
'formats': [
|
||||||
{'url': f'https://{direct_url}', 'format_id': 'http'},
|
{'url': f'https://{direct_url}', 'format_id': 'http'},
|
||||||
*self._extract_m3u8_formats(
|
*self._extract_m3u8_formats(f'https://{direct_url}/master.m3u8', video_id, fatal=False),
|
||||||
f'https://{direct_url}/master.m3u8', video_id, fatal=False),
|
|
||||||
],
|
],
|
||||||
'description': (
|
'description': (
|
||||||
clean_html(self._og_search_description(webpage))
|
clean_html(self._og_search_description(webpage))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user