Browse Source

[mplayer] Fix error introduced by downloader separation

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
c25c991809
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/downloader/mplayer.py

+ 1
- 0
youtube_dl/downloader/mplayer.py View File

@ -9,6 +9,7 @@ from ..utils import (
class MplayerFD(FileDownloader): class MplayerFD(FileDownloader):
def real_download(self, filename, info_dict): def real_download(self, filename, info_dict):
url = info_dict['url']
self.report_destination(filename) self.report_destination(filename)
tmpfilename = self.temp_name(filename) tmpfilename = self.temp_name(filename)


Loading…
Cancel
Save