hermesconrad
Donator
Original poster
Staff member
Donator
Community Contributor
Moderator
Registered
- Jul 12, 2019
- Donations
- £14.47
- 192
- 181
- 43
- AGName
- hermesconrad
- AG Join Date
- 11/july/2019
Update: the script works again and you no longer need to grab the key up front.
A comment was made about dumping the psp dlc on cdromance (https://cdromance.com/sony-psp-dlc-list-psp-downloadable-content/ )
i've written a small scraper to pull them all down, you can find the code on my github https://github.com/slastrina/cdromance_scraper
The tool is written in python, to use it:
install python 3.7
Clone/download the repo and open a prompt inside the directory
run "pip install -r requirements.txt"
run "python scraper.py"
The latest code will be on github and will be updated as i find problems. I've been able to successfully pull all the files from that page using this script.
Let me know your mileage with it
Cheers
Sam

A comment was made about dumping the psp dlc on cdromance (https://cdromance.com/sony-psp-dlc-list-psp-downloadable-content/ )
i've written a small scraper to pull them all down, you can find the code on my github https://github.com/slastrina/cdromance_scraper
The tool is written in python, to use it:
install python 3.7
Clone/download the repo and open a prompt inside the directory
run "pip install -r requirements.txt"
run "python scraper.py"
The latest code will be on github and will be updated as i find problems. I've been able to successfully pull all the files from that page using this script.
Let me know your mileage with it
Cheers
Sam

Last edited: