mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[fd/aria2c] Remove duplicate --file-allocation=none (#8332)
				
					
				
			Authored by: CrendKing
This commit is contained in:
		| @@ -335,7 +335,7 @@ class Aria2cFD(ExternalFD): | ||||
|         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']): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 CrendKing
					CrendKing