1
0
forked from Mirrors/itch-dl

Add filtering job URLs by regex/globs

This commit is contained in:
Ryszard Knop
2025-04-03 18:50:33 +02:00
parent 5ab0dc0309
commit a092532192
4 changed files with 50 additions and 3 deletions

View File

@@ -27,6 +27,9 @@ class Settings:
filter_files_glob: str | None = None
filter_files_regex: str | None = None
filter_urls_glob: str | None = None
filter_urls_regex: str | None = None
verbose: bool = False