mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 13:07:07 +01:00
[mplayer] Fix error introduced by downloader separation
This commit is contained in:
parent
f45f96f8f8
commit
c25c991809
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
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…
Reference in New Issue
Block a user