Skip to content

Commit

Permalink
minutia
Browse files Browse the repository at this point in the history
Authored by: bashonly
  • Loading branch information
bashonly committed Nov 16, 2024
1 parent dd24579 commit 11edfc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yt_dlp/extractor/kenh14.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 11edfc8

Please sign in to comment.