mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 06:05:13 +00:00 
			
		
		
		
	[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and enhance error detection in ThePlatformIE
This commit is contained in:
		| @@ -92,7 +92,7 @@ class ThePlatformIE(InfoExtractor): | ||||
|             error_msg = next( | ||||
|                 n.attrib['abstract'] | ||||
|                 for n in meta.findall(_x('.//smil:ref')) | ||||
|                 if n.attrib.get('title') == 'Geographic Restriction') | ||||
|                 if n.attrib.get('title') == 'Geographic Restriction' or n.attrib.get('title') == 'Expired') | ||||
|         except StopIteration: | ||||
|             pass | ||||
|         else: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan