mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:37:07 -05:00 
			
		
		
		
	[nbc] Add another theplatform pattern
This commit is contained in:
		@@ -63,6 +63,7 @@ class NBCIE(InfoExtractor):
 | 
			
		||||
        theplatform_url = unescapeHTML(lowercase_escape(self._html_search_regex(
 | 
			
		||||
            [
 | 
			
		||||
                r'(?:class="video-player video-player-full" data-mpx-url|class="player" src)="(.*?)"',
 | 
			
		||||
                r'<iframe[^>]+src="((?:https?:)?//player\.theplatform\.com/[^"]+)"',
 | 
			
		||||
                r'"embedURL"\s*:\s*"([^"]+)"'
 | 
			
		||||
            ],
 | 
			
		||||
            webpage, 'theplatform url').replace('_no_endcard', '').replace('\\/', '/')))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user