Complete notification.py

This commit is contained in:
EstrellaXD
2023-03-15 20:39:14 +08:00
parent ad1d431549
commit 0a819d32bd
10 changed files with 93 additions and 71 deletions

View File

@@ -26,3 +26,22 @@ class Episode:
group: str
resolution: str
source: str
@dataclass
class SeasonInfo(dict):
official_title: str
title_raw: str
season: int
season_raw: str
group: str
filter: list | None
offset: int | None
dpi: str
source: str
subtitle: str
added: bool
eps_collect: bool