From 07804818f29448c6152f0fffd1adfdfec8e553f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Nov 2023 16:21:03 +0000 Subject: [PATCH] yt_dlp: 21b25281c51523620706b11bfc1c4a889858e1f2 --- lib/yt_dlp/downloader/external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yt_dlp/downloader/external.py b/lib/yt_dlp/downloader/external.py index 4ce8a3b..ce5eeb0 100644 --- a/lib/yt_dlp/downloader/external.py +++ b/lib/yt_dlp/downloader/external.py @@ -335,7 +335,7 @@ def _make_cmd(self, tmpfilename, info_dict): cmd += ['--auto-file-renaming=false'] if 'fragments' in info_dict: - cmd += ['--file-allocation=none', '--uri-selector=inorder'] + cmd += ['--uri-selector=inorder'] url_list_file = '%s.frag.urls' % tmpfilename url_list = [] for frag_index, fragment in enumerate(info_dict['fragments']):