增加对 EP E 的识别

This commit is contained in:
EstrellaXD
2023-05-03 21:17:22 +08:00
parent 20ca72204c
commit 1cf28654ad
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ class RSSParser(BaseModel):
enable: bool = Field(True, description="Enable RSS parser")
type: str = Field("mikan", description="RSS parser type")
token: str = Field("token", description="RSS parser token")
custom_url: str = Field("mikanani.tv", description="Custom RSS host url")
custom_url: str = Field("mikanime.tv", description="Custom RSS host url")
enable_tmdb: bool = Field(False, description="Enable TMDB")
filter: list[str] = Field(["720", r"\d+-\d"], description="Filter")
language: str = "zh"