update extractor docstrings

This commit is contained in:
Mike Fährmann
2017-06-28 17:39:07 +02:00
parent b757687606
commit 1dac76fd1c
8 changed files with 11 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ import requests
class ExhentaiGalleryExtractor(Extractor):
"""Extractor for image-galleries from exhentai.org"""
"""Extractor for image galleries from exhentai.org"""
category = "exhentai"
subcategory = "gallery"
directory_fmt = ["{category}", "{gallery-id}"]