mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[thisoldhouse] Fix video id extraction (closes #13540)
This commit is contained in:
		| @@ -31,5 +31,5 @@ class ThisOldHouseIE(InfoExtractor): | ||||
|         drupal_settings = self._parse_json(self._search_regex( | ||||
|             r'jQuery\.extend\(Drupal\.settings\s*,\s*({.+?})\);', | ||||
|             webpage, 'drupal settings'), display_id) | ||||
|         video_id = drupal_settings['jwplatform']['video_id'] | ||||
|         video_id = list(drupal_settings['comScore'])[0] | ||||
|         return self.url_result('jwplatform:' + video_id, 'JWPlatform', video_id) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Parmjit Virk
					Parmjit Virk