X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fslideshare.py;h=5864b9936cca2e4d0ba3a0fa217884c21f897ed7;hb=158731f83e2af39b3ecd8af3eaf4ce5b26ff6908;hp=53c3c9220374737b88dc516ec810ecb6865b74f7;hpb=c82b1fdad6f27d78413c30cca9bc84a5c384afbf;p=youtube-dl diff --git a/youtube_dl/extractor/slideshare.py b/youtube_dl/extractor/slideshare.py index 53c3c9220..5864b9936 100644 --- a/youtube_dl/extractor/slideshare.py +++ b/youtube_dl/extractor/slideshare.py @@ -39,7 +39,7 @@ class SlideshareIE(InfoExtractor): ext = info['jsplayer']['video_extension'] video_url = compat_urlparse.urljoin(bucket, doc + '-SD.' + ext) description = self._html_search_regex( - r']*>(.*?)

', webpage, + r']*>(.*?)

', webpage, 'description', fatal=False) return {