mirror of
https://github.com/derrod/legendary.git
synced 2025-01-03 04:45:28 +00:00
parent
b8b8a5d953
commit
515705c061
|
@ -250,6 +250,9 @@ class LegendaryCLI:
|
||||||
logger.error('Login failed! Cannot continue with download process.')
|
logger.error('Login failed! Cannot continue with download process.')
|
||||||
exit(1)
|
exit(1)
|
||||||
game = self.core.get_game(args.app_name, update_meta=True)
|
game = self.core.get_game(args.app_name, update_meta=True)
|
||||||
|
if not game:
|
||||||
|
logger.fatal(f'Could not fetch metadata for "{args.app_name}" (check spelling/account ownership)')
|
||||||
|
exit(1)
|
||||||
manifest_data, _ = self.core.get_cdn_manifest(game, platform_override=args.platform_override)
|
manifest_data, _ = self.core.get_cdn_manifest(game, platform_override=args.platform_override)
|
||||||
|
|
||||||
manifest = self.core.load_manifest(manifest_data)
|
manifest = self.core.load_manifest(manifest_data)
|
||||||
|
|
Loading…
Reference in a new issue