mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:17:07 -05:00 
			
		
		
		
	[npo:live] Fix live stream id extraction (closes #13568)
This commit is contained in:
		@@ -341,7 +341,7 @@ class NPOLiveIE(NPOBaseIE):
 | 
			
		||||
        webpage = self._download_webpage(url, display_id)
 | 
			
		||||
 | 
			
		||||
        live_id = self._search_regex(
 | 
			
		||||
            r'data-prid="([^"]+)"', webpage, 'live id')
 | 
			
		||||
            [r'media-id="([^"]+)"', r'data-prid="([^"]+)"'], webpage, 'live id')
 | 
			
		||||
 | 
			
		||||
        return {
 | 
			
		||||
            '_type': 'url_transparent',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user