projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45f96f
)
[mplayer] Fix error introduced by downloader separation
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Dec 2013 15:00:43 +0000
(16:00 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Dec 2013 15:00:48 +0000
(16:00 +0100)
youtube_dl/downloader/mplayer.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/mplayer.py
b/youtube_dl/downloader/mplayer.py
index 7dd6e76d0f7688d500e4969c7876192c06828499..67e0e418991af1b6a7960a54052319385aa6a6c7 100644
(file)
--- a/
youtube_dl/downloader/mplayer.py
+++ b/
youtube_dl/downloader/mplayer.py
@@
-9,6
+9,7
@@
from ..utils import (
class MplayerFD(FileDownloader):
def real_download(self, filename, info_dict):
+ url = info_dict['url']
self.report_destination(filename)
tmpfilename = self.temp_name(filename)