Change notification module.

Fix renamer.py
This commit is contained in:
EstrellaXD
2023-05-08 20:50:49 +08:00
parent c26b54281e
commit afd8e343ba
11 changed files with 99 additions and 261 deletions

View File

@@ -13,13 +13,10 @@ class TitleParser:
@staticmethod
def torrent_parser(
method: str,
torrent_name: str,
bangumi_name: str | None = None,
torrent_path: str,
season: int | None = None,
suffix: str | None = None,
):
return torrent_parser(torrent_name, bangumi_name, season, suffix, method)
return torrent_parser(torrent_path, season)
def tmdb_parser(self, title: str, season: int, language: str):
official_title, tmdb_season = None, None