浏览代码

[mplayer] Fix error introduced by downloader separation

Philipp Hagemeister 11 年之前
父节点
当前提交
c25c991809
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/downloader/mplayer.py

+ 1 - 0
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)