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

@@ -50,9 +50,9 @@ class PawooExtractor(Extractor):
return attachments
class PawooAccountExtractor(PawooExtractor):
class PawooUserExtractor(PawooExtractor):
"""Extractor for all images of an account/user on pawoo.net"""
subcategory = "account"
subcategory = "user"
pattern = [r"(?:https?://)?pawoo\.net/(@[^/]+)/?$"]
test = [
("https://pawoo.net/@kuroda", {