youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b860f5dfd45f58b2c0a92cecd28c7eb05a7a2ff4
parent b19fc36c813c7a78f15b2df23118962789225852
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 26 Apr 2015 00:22:13 +0600

[mplayer] Clarify error message

Diffstat:
Myoutube_dl/downloader/mplayer.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.