mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 03:46:40 +08:00
Merge pull request #999 from HuajunGao/fix/default-filter-regex
Thanks for the fix! The regex alignment makes sense.
This commit is contained in:
@@ -51,7 +51,7 @@ class RSSParser(BaseModel):
|
|||||||
"""RSS feed parsing settings."""
|
"""RSS feed parsing settings."""
|
||||||
|
|
||||||
enable: bool = Field(True, description="Enable RSS parser")
|
enable: bool = Field(True, description="Enable RSS parser")
|
||||||
filter: list[str] = Field(["720", r"\d+-\d"], description="Filter")
|
filter: list[str] = Field(["720", r"\d+-\d+"], description="Filter")
|
||||||
language: str = "zh"
|
language: str = "zh"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user