projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469a64c
)
[downloader/external] Simplify
author
Sergey M․
<dstftw@gmail.com>
Mon, 2 Feb 2015 15:51:38 +0000
(21:51 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 2 Feb 2015 15:51:38 +0000
(21:51 +0600)
youtube_dl/downloader/external.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/external.py
b/youtube_dl/downloader/external.py
index 012057ecb5fcc70c7221e63a24500b6c85046ca3..faac11805cafb0adb2c0a6609cf195ab92783eef 100644
(file)
--- a/
youtube_dl/downloader/external.py
+++ b/
youtube_dl/downloader/external.py
@@
-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