projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19fc36
)
[mplayer] Clarify error message
author
Sergey M․
<dstftw@gmail.com>
Sat, 25 Apr 2015 18:22:13 +0000
(
00:22
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 25 Apr 2015 18:22:13 +0000
(
00:22
+0600)
youtube_dl/downloader/mplayer.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/mplayer.py
b/youtube_dl/downloader/mplayer.py
index 551c4ae9423dc143a77b28378162c843ae7b110d..b1ea8daa6ec26bc51c58834e40b59251174c2acd 100644
(file)
--- a/
youtube_dl/downloader/mplayer.py
+++ b/
youtube_dl/downloader/mplayer.py
@@
-28,7
+28,7
@@
class MplayerFD(FileDownloader):
args = [
'mpv', '-really-quiet', '--vo=null', '--stream-dump=' + tmpfilename, url]
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
# Download using mplayer.