forked from Mirrors/itch-dl
New Flag to force re-downloading cover/screenshots
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user