1
0
forked from Mirrors/itch-dl

New Flag to force re-downloading cover/screenshots

This commit is contained in:
Akamaru
2025-11-02 16:31:19 +01:00
parent 88cbd3259e
commit de4e977133
3 changed files with 105 additions and 77 deletions

View File

@@ -21,6 +21,7 @@ class Settings:
download_to: str | None = None
mirror_web: bool = False
refresh_media: bool = False
urls_only: bool = False
parallel: int = 1