mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vrv] fix initial state extraction
This commit is contained in:
		| @@ -120,8 +120,10 @@ class VRVIE(VRVBaseIE): | ||||
|             url, video_id, | ||||
|             headers=self.geo_verification_headers()) | ||||
|         media_resource = self._parse_json(self._search_regex( | ||||
|             r'window\.__INITIAL_STATE__\s*=\s*({.+?})</script>', | ||||
|             webpage, 'inital state'), video_id).get('watch', {}).get('mediaResource') or {} | ||||
|             [ | ||||
|                 r'window\.__INITIAL_STATE__\s*=\s*({.+?})(?:</script>|;)', | ||||
|                 r'window\.__INITIAL_STATE__\s*=\s*({.+})' | ||||
|             ], webpage, 'inital state'), video_id).get('watch', {}).get('mediaResource') or {} | ||||
|  | ||||
|         video_data = media_resource.get('json') | ||||
|         if not video_data: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine