mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[huffpost] Fix a typo
This commit is contained in:
parent
ef0e4e7bc0
commit
9154c87fc4
@ -69,7 +69,7 @@ def _real_extract(self, url):
|
||||
formats.extend(self._extract_m3u8_formats(
|
||||
url, video_id, ext='mp4', m3u8_id='hls', fatal=False))
|
||||
elif ext == 'f4m':
|
||||
formats.extend(self._extract_f4m_formatsa(
|
||||
formats.extend(self._extract_f4m_formats(
|
||||
url + '?hdcore=2.9.5', video_id, f4m_id='hds', fatal=False))
|
||||
else:
|
||||
formats.append({
|
||||
|
Loading…
Reference in New Issue
Block a user