From 280b1ac16d9a8e58e12fe9e7fa33aa582cc35455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 8 Feb 2021 22:29:30 +0100 Subject: [PATCH] [slideshare] fix extraction --- gallery_dl/extractor/slideshare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery_dl/extractor/slideshare.py b/gallery_dl/extractor/slideshare.py index 8f668df1..0b970cc3 100644 --- a/gallery_dl/extractor/slideshare.py +++ b/gallery_dl/extractor/slideshare.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2016-2019 Mike Fährmann, Leonardo Taccari +# Copyright 2016-2021 Mike Fährmann, Leonardo Taccari # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -61,7 +61,7 @@ class SlidesharePresentationExtractor(Extractor): title, pos = text.extract( page, '', '', pos) views, pos = text.extract( - page, '', 'views<', pos) + page, '', 'views<', pos) published, pos = text.extract( page, '