Browse Source

[common] fix typo

master
Remita Amine 5 years ago
parent
commit
57033e35e5
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/common.py

2
youtube_dl/extractor/common.py

@ -2014,7 +2014,7 @@ class InfoExtractor(object):
mpd_url, video_id, mpd_url, video_id,
note=note or 'Downloading MPD manifest', note=note or 'Downloading MPD manifest',
errnote=errnote or 'Failed to download MPD manifest', errnote=errnote or 'Failed to download MPD manifest',
fatal=fatal, headers=None)
fatal=fatal, headers=headers)
if res is False: if res is False:
return [] return []
mpd_doc, urlh = res mpd_doc, urlh = res

Loading…
Cancel
Save