mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	the test didn't load our Gzip opener
this was blocking the Vimeo test + some more gentest fixes
This commit is contained in:
		| @@ -1072,8 +1072,8 @@ class VimeoIE(InfoExtractor): | ||||
|         self.report_extraction(video_id) | ||||
|  | ||||
|         # Extract the config JSON | ||||
|         config = webpage.split(' = {config:')[1].split(',assets:')[0] | ||||
|         try: | ||||
|             config = webpage.split(' = {config:')[1].split(',assets:')[0] | ||||
|             config = json.loads(config) | ||||
|         except: | ||||
|             self._downloader.trouble(u'ERROR: unable to extract info section') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Filippo Valsorda
					Filippo Valsorda