Open SamRohod opened 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:
Hogs of War - Nati per Soffritto (Italy).lsd
- 1 byte different
and:
PGA European Tour Golf (Europe) (En,De).lsd
- 2 bytes different
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