[youporn] Imrove JSON regex and preserve the old one
This commit is contained in:
		@@ -47,7 +47,8 @@ class YouPornIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        # Get JSON parameters
 | 
			
		||||
        json_params = self._search_regex(
 | 
			
		||||
            r'var videoJason = (.*)[,;]',
 | 
			
		||||
            [r'var\s+videoJa?son\s*=\s*({.+?});',
 | 
			
		||||
             r'var\s+currentVideo\s*=\s*new\s+Video\((.+?)\)[,;]'],
 | 
			
		||||
            webpage, 'JSON parameters')
 | 
			
		||||
        try:
 | 
			
		||||
            params = json.loads(json_params)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user