This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[downloader/hls] Return False if ffmpeg or avconv couldn't be found
totalwebcasting
Jaime Marquínez Ferrándiz
10 years ago
parent
3c765c68c4
commit
baf2907501
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/downloader/hls.py
+ 1
- 0
youtube_dl/downloader/hls.py
View File
@ -24,6 +24,7 @@ class HlsFD(FileDownloader):
break
else
:
self
.
report_error
(
u
'
m3u8 download detected but ffmpeg or avconv could not be found. Please install one.
'
)
return
False
cmd
=
[
program
]
+
args
retval
=
subprocess
.
call
(
cmd
)
Write
Preview
Loading…
Cancel
Save