mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[npo] Fix typo (closes #16872)
This commit is contained in:
		@@ -282,7 +282,7 @@ class NPOIE(NPOBaseIE):
 | 
				
			|||||||
                video_url = stream_info.get('url')
 | 
					                video_url = stream_info.get('url')
 | 
				
			||||||
            if not video_url or video_url in urls:
 | 
					            if not video_url or video_url in urls:
 | 
				
			||||||
                continue
 | 
					                continue
 | 
				
			||||||
            urls.add(item_url)
 | 
					            urls.add(video_url)
 | 
				
			||||||
            if determine_ext(video_url) == 'm3u8':
 | 
					            if determine_ext(video_url) == 'm3u8':
 | 
				
			||||||
                formats.extend(self._extract_m3u8_formats(
 | 
					                formats.extend(self._extract_m3u8_formats(
 | 
				
			||||||
                    video_url, video_id, ext='mp4',
 | 
					                    video_url, video_id, ext='mp4',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user