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
Merge pull request
#8023
from remitamine/extract-formats
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
totalwebcasting
remitamine
9 years ago
parent
bc737bd61a
8d29e47f54
commit
54537cdfb3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
youtube_dl/extractor/common.py
+ 2
- 2
youtube_dl/extractor/common.py
View File
@ -885,7 +885,7 @@ class InfoExtractor(object):
fatal
=
fatal
)
if
manifest
is
False
:
return
manifest
return
[
]
formats
=
[
]
manifest_version
=
'
1.0
'
@ -956,7 +956,7 @@ class InfoExtractor(object):
errnote
=
errnote
or
'
Failed to download m3u8 information
'
,
fatal
=
fatal
)
if
res
is
False
:
return
res
return
[
]
m3u8_doc
,
urlh
=
res
m3u8_url
=
urlh
.
geturl
(
)
last_info
=
None
Write
Preview
Loading…
Cancel
Save