Metadata-Version: 2.1
Name: ps3-update-dl
Version: 0.3.0.post2
Summary: Download all updates for a given PS3 game
Home-page: https://github.com/iomintz/ps3-update-dl
Author: io mintz
Author-email: io@mintz.cc
License: AGPLv3+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: System :: Emulators
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown; variant=GFM
License-File: LICENSE.md
Requires-Dist: requests<3.0.0,>=2.23.0
Requires-Dist: tqdm<5.0.0,>=4.49.0
Requires-Dist: PyYAML<6.0.0,>=5.4.1

# ps3-update-dl

[![Build Status](https://img.shields.io/travis/com/ioistired/ps3-update-dl/trunk.svg?label=tests)](https://travis-ci.com/ioistired/ps3-update-dl)

Downloads all updates for a given title directly from the PlayStation servers.

## Installation

[`pipx`](https://pipxproject.github.io/pipx/) is the recommended way to install ps3-update-dl.

```
$ pipx install ps3-update-dl
```

Afterwards, the command will be available as `ps3udl`.

## Usage

```
Usage: ps3udl [-c GAMES_YML_PATH] -o BASE_DIR [TITLE_ID_1 TITLE_ID_2...]

Download all updates for all given titles to the given base directory.
A subdirectory inside the base directory will be created for each title.

Titles are specified via command-line args or the games.yml file or both.

Options:
	-o BASE_DIR, --base-dir BASE_DIR
	The directory that all titles will be downloaded to. It must exist.

	-c GAMES_YML_PATH, --games-yml-path GAMES_YML_PATH
	Path to your RPCS3 games.yml file. All updates for all games listed in this file will be downloaded if specified.

	-f, --force
	Whether to overwrite existing files.

	-h, --help
	Display this message.
```

## License

© io mintz <io@mintz.cc>

ps3-update-dl is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

ps3-update-dl is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with ps3-update-dl. If not, see <https://www.gnu.org/licenses/>.
