remove most 'yield Message.Version' statements

only leave them in oauth.py as noop results
This commit is contained in:
Mike Fährmann
2021-08-16 03:10:48 +02:00
parent bdfdabf498
commit bd08ee2859
59 changed files with 0 additions and 91 deletions

View File

@@ -152,7 +152,6 @@ class TsuminoSearchExtractor(TsuminoBase, Extractor):
self.query = match.group(1)
def items(self):
yield Message.Version, 1
for gallery in self.galleries():
url = "{}/entry/{}".format(self.root, gallery["id"])
gallery["_extractor"] = TsuminoGalleryExtractor