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
[hls] Switch to available as a property
totalwebcasting
Philipp Hagemeister
10 years ago
parent
46312e0b46
commit
8ac27a68e6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/downloader/hls.py
+ 1
- 1
youtube_dl/downloader/hls.py
View File
@ -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
(
)
Write
Preview
Loading…
Cancel
Save