]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__init__.py
[dash,youtube] Download live from start to end (#888)
[yt-dlp.git] / yt_dlp / __init__.py
index 3dccdb186f574fe7f103e4ff485206f7175c8615..ab68f26c006e2797cee683d3df50c50a5ea574b3 100644 (file)
@@ -745,6 +745,7 @@ def report_deprecation(val, old, new=None):
         'youtube_include_hls_manifest': opts.youtube_include_hls_manifest,
         'encoding': opts.encoding,
         'extract_flat': opts.extract_flat,
+        'live_from_start': opts.live_from_start,
         'wait_for_video': opts.wait_for_video,
         'mark_watched': opts.mark_watched,
         'merge_output_format': opts.merge_output_format,