PS3 Redump Downloader is a Python console application designed to simplify the process of downloading and decrypting Redump PS3 games.
pip install requests beautifulsoup4 tqdm
.python main.py
.Upon first opening the tool, it connects and downloads all available PS3 ISO images. This list will be saved in a file named listPS3Titles.json.
Subsequent openings will load this list from the file.
The app will display the message 'Find PS3 title to download'. You can input the full title or part of it to filter the list. For example, 'Europe Eye'.
Each game in the list is indexed for selection. To download a specific game, input its corresponding index. If you wish to perform a new search, simply input the desired title, and the list will be filtered accordingly.
For instance, to download '2. EyeCreate (Europe) (En,Fr,De,Es,It).zip (129.3 MiB)', type '2' and press Enter. The download process will commence, starting with the download and unzipping of the ISO, followed by the key and finishing with the decryption.
Once the process is complete, three new files will be created in the folder: Title_decrypted.iso and the original files (which can be deleted) Title.iso and Title.dkey.
Contributions are welcome. If you find any bugs or have any suggestions for improvement, feel free to open an issue or submit a pull request.
This project was developed by juanpomares.
This project is licensed under the MIT License. You are free to use, modify, and distribute this project, provided you include attribution to the original author.