valters-tomsons / Spectabis

A modern PCSX2 Frontend.
https://spectabis.github.io/
GNU General Public License v3.0
114 stars 18 forks source link

Fix scraping among others things. Read commit history. #56

Closed CyberFoxHax closed 4 years ago

CyberFoxHax commented 4 years ago

I forgot to open the PR after fixing the issues. I wanted to do some more throughout tests but didn't have any testers. So just get it out there. You'll have to make some new binaries yourself.

Almost all the Scrapers were failing. I had to add extra code to allow for the usage of TLS 1.3. Initial advice was to upgrade to .NET 4.8 and causing a hassle for many users who lacks .NET 4.8. It is unclear why this started happening 2 years after we finished the projects. My guess is websites started adopting TLS 1.3 or Windows 10 is doing it's thing. Regardless it works now.

I also moved the config to JSON. I'm having some grander plans with that. But for now it only does what the old Config system did.

valters-tomsons commented 4 years ago

Thanks for the improvements, will review!