Skip to content

Commit

Permalink
yt_dlp: 21b25281c51523620706b11bfc1c4a889858e1f2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2023
1 parent 68c5018 commit 0780481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yt_dlp/downloader/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']):
Expand Down

0 comments on commit 0780481

Please sign in to comment.