Browse Source

[mplayer] Fix error introduced by downloader separation

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

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

Loading…
Cancel
Save