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, '