mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cleanup] Misc cleanup
This commit is contained in:
		| @@ -48,8 +48,8 @@ class HttpFD(FileDownloader): | ||||
|  | ||||
|         is_test = self.params.get('test', False) | ||||
|         chunk_size = self._TEST_FILE_SIZE if is_test else ( | ||||
|             self.params.get('http_chunk_size') or | ||||
|             info_dict.get('downloader_options', {}).get('http_chunk_size') | ||||
|             self.params.get('http_chunk_size') | ||||
|             or info_dict.get('downloader_options', {}).get('http_chunk_size') | ||||
|             or 0) | ||||
|  | ||||
|         ctx.open_mode = 'wb' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan