Kippykip / SBITools

Conversion between Sony PlayStation .SBI LibCrypt files
The Unlicense
59 stars 5 forks source link

[Request] Script to download .lsd files from Redump.org #11

Open SamRohod opened 2 years ago

SamRohod commented 2 years ago

As Redump.org don't offer an easy way to download all the .lsd files in their database the way that they offer for .sbi files, can you please share the script by qnorsten that you mentioned in the README can download all the .lsd files from Redump.org

cgarz commented 2 years ago

This bash one liner seems to work fine:

curl -s "http://redump.org/discs/system/psx/libcrypt/2/" | grep -Po '\Q<a href="/disc/\E\K\d{3,5}(?=/)' | while read line; do curl -OJL "http://redump.org/disc/${line}/lsd/"; done

Since all the libcrypt games are listed on one page it was easy enough to throw together.

Had a quick look to see if there were any changes from the LSD download in the releases section and found a few differences: