mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 23:57:06 -05:00 
			
		
		
		
	[downloader/external] Simplify
This commit is contained in:
		@@ -47,7 +47,7 @@ class ExternalFD(FileDownloader):
 | 
			
		||||
 | 
			
		||||
    def _source_address(self, command_option):
 | 
			
		||||
        command_part = []
 | 
			
		||||
        source_address = self.ydl.params.get('source_address')
 | 
			
		||||
        source_address = self.params.get('source_address')
 | 
			
		||||
        if source_address:
 | 
			
		||||
            command_part = [command_option, source_address]
 | 
			
		||||
        return command_part
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user