[slideshare] Fix extraction

This commit is contained in:
satunnainen 2017-07-14 18:11:07 +03:00 committed by Sergey M
parent f354d84807
commit 00dbdfc1f7
1 changed files with 1 additions and 1 deletions

View File

@ -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':