Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to download all manifests from a depot? #205

Closed
m1s3ry opened this issue May 12, 2021 · 3 comments
Closed

Is there a way to download all manifests from a depot? #205

m1s3ry opened this issue May 12, 2021 · 3 comments
Labels

Comments

@m1s3ry
Copy link

m1s3ry commented May 12, 2021

What the title says. I need to download all manifests from a depot and I can't find info on wether it's possible or not to download all manifests with one command.

@SlejmUr
Copy link

SlejmUr commented May 13, 2021

If you mean manifest data (files) not the txt one for file , hash, etc
Yes you can, use dotnet DepotDownloader.dll -app <APPID> -username <UserName> -remember-password
It will ask your password , type it. It invisible for privacy reason. And if you want to download for specific path use -dir "D:\Path\Example\DD\Downloaded App"
Dont forget to use UserName with Log-in not the Displayed one
(The red one NOT the green)
image

@azuisleet
Copy link
Member

You can only download one manifest per depot when running the program. This is to support downloading an app and its depots to a single target directory.

@ryantheleach
Copy link

That's fine, but apart from using external resources, how can you fetch / dump all the manifest id's?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants