A python script to download all DLCs for a specific game
python3 getdlc.py <GAMEID>
or
python3 getdlc.py -l
to list all available games
This script requires a valid pkg2zip binary, the one here is a static linux binary I made with version 1.7.
If it does not work just recompile it using the official repository : https://github.com/mmozeiko/pkg2zip
- mmozeiko for his nice work on pkg2zip & pkgi
- TheRadziu for his help & work on NoPayStation
- Everyone involved in NoPayStation / PKG Decryption