Merge branch 'master' into 1.4-dev

This commit is contained in:
Mike Fährmann
2018-04-21 12:15:40 +02:00
17 changed files with 278 additions and 251 deletions

View File

@@ -12,7 +12,7 @@ from .common import Extractor, Message
from .. import text
class SlideshareExtractor(Extractor):
class SlidesharePresentationExtractor(Extractor):
"""Extractor for images from a presentation on slideshare.net"""
category = "slideshare"
subcategory = "presentation"