gitextract_ua6xxo6r/ ├── .gitattributes ├── .github/ │ └── dependabot.yml ├── .gitignore ├── CHANGELOG ├── LICENSE ├── PS3GUD.py ├── README.md ├── build.py ├── buildrequirements.txt ├── gui.py ├── images/ │ └── icon.xcf ├── loc/ │ ├── de.json │ ├── en.json │ ├── es_ES.json │ ├── it.json │ ├── ru.json │ ├── th.json │ ├── tr.json │ └── zh_CN.json ├── main_ps3gud.py ├── missingstrings.py ├── ps3gud_jdownloader_renamepkgs.packagizer ├── release.debug.json ├── release.json ├── requirements.txt ├── sony.pem ├── titledb.debug.json ├── titledb.json ├── updater.py └── utils.py