update extractor test results

This commit is contained in:
Mike Fährmann
2021-03-28 23:06:44 +02:00
parent 1a540fbe00
commit ddd48ceee5
6 changed files with 12 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ BASE_PATTERN = r"(?:https?://)?tapas\.io"
class TapasExtractor(Extractor):
"""Extractor for manga-chapters from tapas.io"""
"""Base class for tapas.io extractors"""
category = "tapas"
root = "https://tapas.io"
directory_fmt = ("{category}", "{series[title]}", "{id} {title}")
@@ -144,7 +144,7 @@ class TapasEpisodeExtractor(TapasExtractor):
"title": "You are a Tomb Raider (2)",
"unlock_cnt": 0,
"unlocked": False,
"view_cnt": 627,
"view_cnt": int,
"series": {
"genre": dict,