1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-31 17:39:30 +00:00

[downloader/external] Simplify

This commit is contained in:
Sergey M․ 2015-02-02 21:51:38 +06:00
parent 469a64cebf
commit ae7773942e

View file

@ -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