mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[extractor/common] fix typo
This commit is contained in:
		| @@ -1668,7 +1668,7 @@ class InfoExtractor(object): | |||||||
|             rendition = stream_group[0] |             rendition = stream_group[0] | ||||||
|             return rendition.get('NAME') or stream_group_id |             return rendition.get('NAME') or stream_group_id | ||||||
|  |  | ||||||
|         # parse EXT-X-MEDIA tags before EXT-X-STREAM-INF inorder to have the |         # parse EXT-X-MEDIA tags before EXT-X-STREAM-INF in order to have the | ||||||
|         # chance to detect video only formats when EXT-X-STREAM-INF tags |         # chance to detect video only formats when EXT-X-STREAM-INF tags | ||||||
|         # precede EXT-X-MEDIA tags in HLS manifest such as [3]. |         # precede EXT-X-MEDIA tags in HLS manifest such as [3]. | ||||||
|         for line in m3u8_doc.splitlines(): |         for line in m3u8_doc.splitlines(): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user