[tests] check extractor category values

This commit is contained in:
Mike Fährmann
2024-01-19 03:15:30 +01:00
parent fc4e737f67
commit 2007cb2f59
6 changed files with 35 additions and 22 deletions

View File

@@ -158,8 +158,9 @@ class MangadexListExtractor(MangadexExtractor):
def __init__(self, match):
MangadexExtractor.__init__(self, match)
if match.group(2) != "feed":
if match.group(2) == "feed":
self.subcategory = "list-feed"
else:
self.items = self._items_titles
def chapters(self):