projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7def23
)
[common] fix typo
author
Remita Amine
<remitamine@gmail.com>
Tue, 5 Nov 2019 22:41:57 +0000
(23:41 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Tue, 5 Nov 2019 22:41:57 +0000
(23:41 +0100)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 2688b19e481298655ec1c318c7c0f249189d6066..1e6b66d254a843b9d1344c6112fffaecc4320c48 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-2014,7
+2014,7
@@
class InfoExtractor(object):
mpd_url, video_id,
note=note or 'Downloading MPD manifest',
errnote=errnote or 'Failed to download MPD manifest',
- fatal=fatal, headers=
None
)
+ fatal=fatal, headers=
headers
)
if res is False:
return []
mpd_doc, urlh = res