Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GarnetSunset/psDLCIndex
Tool for curating DLC files for the Playstation Store
https://github.com/GarnetSunset/psDLCIndex
Last synced: about 2 months ago
JSON representation
Tool for curating DLC files for the Playstation Store
- Host: GitHub
- URL: https://github.com/GarnetSunset/psDLCIndex
- Owner: GarnetSunset
- License: mit
- Created: 2022-01-03T03:12:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T22:32:20.000Z (5 months ago)
- Last Synced: 2024-08-06T01:29:25.355Z (5 months ago)
- Language: Python
- Size: 29.1 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - psDLCIndex
README
[![Package Application with Pyinstaller](https://github.com/GarnetSunset/psDLCIndex/actions/workflows/main.yaml/badge.svg)](https://github.com/GarnetSunset/psDLCIndex/actions/workflows/main.yaml)
# psDLCIndex
Playstation Store DLC indexer, and package generator.## What is this?
This is a script that will go through a playstation store entry for a certain title, which is given at runtime,
and get the titleIDS of all DLC associated with them.## How to use?
You can pass the URL of the software you're trying to generate for example:```python dlcIndex.py https://store.playstation.com/en-us/product/UP0177-CUSA13186_00-JUDGMENTRYUGAENG```
[Download the latest build here](https://github.com/GarnetSunset/psDLCIndex/actions/workflows/main.yaml)
##### Dependencies: Requests for Python
```pip install requests```### Reminder!
This script can only create flags for DLC that are empty DLCs.
If your DLC contains data, it will not work.### Credits
All credits goes to [GarnetSunset](https://github.com/GarnetSunset) for [original script](https://github.com/GarnetSunset/psDLCIndex), [Maxton](https://github.com/maxton) (RIP)/[OpenOrbis](https://github.com/OpenOrbis/) for [LibOrbisPkg](https://github.com/OpenOrbis/LibOrbisPkg) and [TheRadziu](https://github.com/TheRadziu) for [Easy Fake DLC / DLC without Extra Data Generator](https://gist.github.com/TheRadziu/b7321fdf2672197d14b87eeb2a5bd919)!
Adding stuff|bugs to the code - [DeniZz](https://github.com/krugdenis)