mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
[fd/aria2c] Remove duplicate --file-allocation=none
(#8332)
Authored by: CrendKing
This commit is contained in:
parent
4a601c9eff
commit
21b25281c5
|
@ -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']):
|
||||
|
|
Loading…
Reference in a new issue