mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[mpora] Fix player regex
This commit is contained in:
		@@ -28,7 +28,7 @@ class MporaIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        webpage = self._download_webpage(url, video_id)
 | 
					        webpage = self._download_webpage(url, video_id)
 | 
				
			||||||
        data_json = self._search_regex(
 | 
					        data_json = self._search_regex(
 | 
				
			||||||
            r"new FM\.Player\('[^']+',\s*(\{.*?)\);\n", webpage, 'json')
 | 
					            r"new FM\.Player\('[^']+',\s*(\{.*?)\).player;", webpage, 'json')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        data = json.loads(data_json)
 | 
					        data = json.loads(data_json)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user