From 11edfc8e1f62677455e26b570859293fb27c09cc Mon Sep 17 00:00:00 2001 From: bashonly Date: Fri, 15 Nov 2024 20:04:47 -0600 Subject: [PATCH] minutia Authored by: bashonly --- yt_dlp/extractor/kenh14.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yt_dlp/extractor/kenh14.py b/yt_dlp/extractor/kenh14.py index 8133bd4206bd..be66adb1f1f8 100644 --- a/yt_dlp/extractor/kenh14.py +++ b/yt_dlp/extractor/kenh14.py @@ -96,8 +96,7 @@ def _real_extract(self, url): 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))