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

@@ -47,6 +47,8 @@ def parse_args() -> argparse.Namespace:
help="directory to save results into (default: current working dir)")
parser.add_argument("--mirror-web", action="store_true",
help="try to fetch assets on game sites")
parser.add_argument("--refresh-media", action="store_true",
help="force re-download cover images and screenshots (skips game files if already downloaded)")
parser.add_argument("--urls-only", action="store_true",
help="print scraped game URLs without downloading them")
parser.add_argument("--parallel", metavar="parallel", type=int, default=None,