aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/turner.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/turner.py')
-rw-r--r--yt_dlp/extractor/turner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/turner.py b/yt_dlp/extractor/turner.py
index 3d7a348b0..32125bc79 100644
--- a/yt_dlp/extractor/turner.py
+++ b/yt_dlp/extractor/turner.py
@@ -144,7 +144,7 @@ class TurnerBaseIE(AdobePassIE):
m3u8_id=format_id or 'hls', fatal=False)
if '/secure/' in video_url and '?hdnea=' in video_url:
for f in m3u8_formats:
- f['_seekable'] = False
+ f['_ffmpeg_args'] = ['-seekable', '0']
formats.extend(m3u8_formats)
elif ext == 'f4m':
formats.extend(self._extract_f4m_formats(