feat(filters): add download limits (#266)

* feat(filters): add download limits
This commit is contained in:
Ludvig Lundgren 2022-05-18 14:14:13 +02:00 committed by GitHub
parent 2903e7b493
commit 2a23ed0185
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 458 additions and 82 deletions

View file

@ -8,6 +8,8 @@ interface Filter {
max_size: string;
delay: number;
priority: number;
max_downloads: number;
max_downloads_unit: string;
match_releases: string;
except_releases: string;
use_regex: boolean;