mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2025-02-01 22:32:37 +01:00
Updated Configuration Files (markdown)
parent
aa5cb99a5f
commit
cbb123054a
@ -18,8 +18,9 @@ The `config.json` file is a JSON file with the following structure (make sure yo
|
||||
"filter_files_glob": "game_name_*_mac.dmg",
|
||||
|
||||
// Filter downloaded files with a Python regex (entire file name must match, unmatched files are skipped)
|
||||
// This is a JSON string - use a double backslash to produce a single backslash in your pattern!
|
||||
// Use https://regex101.com/ -> Python flavor to test your patterns first
|
||||
"filter_files_regex": "dwarf_fortress_[\d_]+_windows\.zip"
|
||||
"filter_files_regex": "dwarf_fortress_[\\d_]+_windows\\.zip"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user