1
0
forked from Mirrors/itch-dl

Implement screenshot/cover art downloads, initial infobox parsing

This commit is contained in:
Ryszard Knop
2022-05-15 18:51:13 +02:00
parent 8a6bed69f4
commit f5c0f4658d
3 changed files with 100 additions and 17 deletions

View File

@@ -65,4 +65,4 @@ def run() -> int:
# Grab all the download keys (there's no way to fetch them per title...):
keys = get_download_keys(client)
return drive_downloads(jobs, download_to, args.api_key, keys, parallel=args.parallel)
return drive_downloads(jobs, download_to, args.mirror_web, args.api_key, keys, parallel=args.parallel)