diff --git a/gallery_dl/extractor/slideshare.py b/gallery_dl/extractor/slideshare.py index 0b970cc3..15dbb859 100644 --- a/gallery_dl/extractor/slideshare.py +++ b/gallery_dl/extractor/slideshare.py @@ -6,7 +6,7 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. -"""Extract images from https://www.slideshare.net/""" +"""Extractors for https://www.slideshare.net/""" from .common import Extractor, Message from .. import text @@ -58,15 +58,16 @@ class SlidesharePresentationExtractor(Extractor): """Collect metadata for extractor-job""" descr, pos = text.extract( page, '', '', pos) + views, pos = text.extract( + page, '
', '
', pos) + published, pos = text.extract( + page, '
', '
', pos) title, pos = text.extract( page, '', '', pos) - views, pos = text.extract( - page, '', 'views<', pos) - published, pos = text.extract( - page, '