[mplayer] Clarify error message

This commit is contained in:
Sergey M․ 2015-04-26 00:22:13 +06:00
parent b19fc36c81
commit b860f5dfd4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class MplayerFD(FileDownloader):
args = [ args = [
'mpv', '-really-quiet', '--vo=null', '--stream-dump=' + tmpfilename, url] 'mpv', '-really-quiet', '--vo=null', '--stream-dump=' + tmpfilename, url]
else: else:
self.report_error('MMS or RTSP download detected but neither "mplayer" nor "mpv" could be run') self.report_error('MMS or RTSP download detected but neither "mplayer" nor "mpv" could be run. Please install any.')
return False return False
# Download using mplayer. # Download using mplayer.