[downloader/hls] Fix detection of ffmpeg/avconv (reported in #4966)

pull/8/head
Jaime Marquínez Ferrándiz 2015-02-17 16:40:42 +01:00
rodzic 662435f728
commit fbc503d696
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ class HlsFD(FileDownloader):
tmpfilename = self.temp_name(filename)
ffpp = FFmpegPostProcessor(downloader=self)
if not ffpp.available:
if not ffpp.available():
self.report_error('m3u8 download detected but ffmpeg or avconv could not be found. Please install one.')
return False
ffpp.check_version()