mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[slideshare] Fix extraction
This commit is contained in:
		| @@ -31,7 +31,7 @@ class SlideshareIE(InfoExtractor): | ||||
|         page_title = mobj.group('title') | ||||
|         webpage = self._download_webpage(url, page_title) | ||||
|         slideshare_obj = self._search_regex( | ||||
|             r'\$\.extend\(slideshare_object,\s*(\{.*?\})\);', | ||||
|             r'\$\.extend\(.*?slideshare_object,\s*(\{.*?\})\);', | ||||
|             webpage, 'slideshare object') | ||||
|         info = json.loads(slideshare_obj) | ||||
|         if info['slideshow']['type'] != 'video': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 satunnainen
					satunnainen