mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(filters): add support for feed description (#922)
* feat(filters): match description * feat(filters): support description * chore: remove match logic for description * fix: update rss tests
This commit is contained in:
parent
058627f4e5
commit
e5b4ded725
9 changed files with 105 additions and 7 deletions
3
web/src/types/Filter.d.ts
vendored
3
web/src/types/Filter.d.ts
vendored
|
@ -23,6 +23,9 @@ interface Filter {
|
|||
match_release_tags: string;
|
||||
except_release_tags: string;
|
||||
use_regex_release_tags: boolean;
|
||||
match_description: string;
|
||||
except_description: string;
|
||||
use_regex_description: boolean;
|
||||
scene: boolean;
|
||||
origins: string[];
|
||||
except_origins: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue