1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 17:13:33 +08:00

Merge pull request #157 from ytdl-org/master

[pull] master from ytdl-org:master
This commit is contained in:
pull[bot]
2019-11-05 23:27:00 +00:00
committed by GitHub
Unverified
+1 -1
View File
@@ -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