[booru] smaller code adjustments

This commit is contained in:
Mike Fährmann
2018-01-06 17:48:49 +01:00
parent 03b8a548cb
commit 974e73bdbb
6 changed files with 16 additions and 33 deletions

View File

@@ -11,9 +11,7 @@
from . import booru
class YandereExtractor(booru.JsonParserMixin,
booru.MoebooruPageMixin,
booru.BooruExtractor):
class YandereExtractor(booru.MoebooruPageMixin, booru.BooruExtractor):
"""Base class for yandere extractors"""
category = "yandere"
api_url = "https://yande.re/post.json"