summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-11-05 23:41:57 +0100
committerRemita Amine <remitamine@gmail.com>2019-11-05 23:41:57 +0100
commit57033e35e58e1d57ab3be5ffe5df5a80a5dbcf83 (patch)
treef0747d480a4b5c7b2165ca7cd753fc60e39583d2
parentd7def23d0539430f5d816f1cfd733e436f62c257 (diff)
downloadyoutube-dl-57033e35e58e1d57ab3be5ffe5df5a80a5dbcf83.tar.gz
youtube-dl-57033e35e58e1d57ab3be5ffe5df5a80a5dbcf83.tar.xz
youtube-dl-57033e35e58e1d57ab3be5ffe5df5a80a5dbcf83.zip
[common] fix typo
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 2688b19e4..1e6b66d25 100644
--- 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