mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[slideshare] Fix description
This commit is contained in:
		
							parent
							
								
									b0fb63abe8
								
							
						
					
					
						commit
						c82b1fdad6
					
				@ -39,7 +39,8 @@ class SlideshareIE(InfoExtractor):
 | 
			
		||||
        ext = info['jsplayer']['video_extension']
 | 
			
		||||
        video_url = compat_urlparse.urljoin(bucket, doc + '-SD.' + ext)
 | 
			
		||||
        description = self._html_search_regex(
 | 
			
		||||
            r'<p class="description.*?"[^>]*>(.*?)</p>', webpage, 'description')
 | 
			
		||||
            r'<p\s+(?:style="[^"]*"\s+)?class="description.*?"[^>]*>(.*?)</p>', webpage,
 | 
			
		||||
            'description', fatal=False)
 | 
			
		||||
 | 
			
		||||
        return {
 | 
			
		||||
            '_type': 'video',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user