1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-19 07:33:34 +08:00

[mplayer] Fix error introduced by downloader separation

This commit is contained in:
Philipp Hagemeister
2013-12-23 16:00:43 +01:00
Unverified
parent f45f96f8f8
commit c25c991809
+1
View File
@@ -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)