mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[common] fix typo
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user