5 Commits

Author SHA1 Message Date
Ryszard Knop
816a4d7399 Enable lots of extra Ruff checks
Warns about various small code smells and odd issues we can catch early.
Nothing here should change the program behavior directly.
2025-01-31 23:40:40 +01:00
Ryszard Knop
1cb57d0be4 Sync settings and CLI arguments
Most CLI arguments can be now saved into the configuration profile JSON.
This also cleans up passing around some, but not all args, into various
classes and methods, instead of just passing all of settings.
2025-01-31 22:35:37 +01:00
Ryszard Knop
346486c563 Allow filtering downloaded files by glob/regex 2025-01-27 12:13:47 +01:00
Ryszard Knop
2a18cea131 Reformat the codebase with Ruff 2024-03-17 01:19:03 +01:00
Ryszard Knop
8ae034a139 Bump version to 0.3.1, add the missing config.py file
Good job git
2022-06-12 19:52:02 +02:00