I registered and downloaded the whole site (fake name/prepaid card with no identifying info/fake address, done through a VPN, so I'm not concerned if that's uploaded). I have a membership until the end of the month. I'm running into some problems, though.
Images are pulled from the website's CDN, meaning if at any point the CDN changes, they will all break. The program I used downloaded all the images, but not the CDN location. I can run a massive search and replace with VS Code, but I don't know regex.
I need to convert
[email protected]/spai/w__25WIDTH_25+q_lossy+ret_img+to_auto/https://wpdevdesign.com so that it selects only before and after the *
[email protected]/spai/*/wpdevdesign.com
Replacing that with
[email protected] will make all the images work locally. I just can't figure out how to do this.
I have bandwidth limitations (thanks ISP), so I can't download the site again with different settings.
If someone can help me fix this, I'll gladly upload it to give back to this wonderful community.