mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
Refactor MobyGamesHttpClient to support cookie management and enhance image URL extraction
- Added cookie handling capabilities to MobyGamesHttpClient, allowing for authenticated sessions. - Updated ExtractFullSizeImageUrl method to prioritize MobyPlus original-resolution images. - Renamed legacy method ExtractFullSizeScreenshotUrl to ExtractFullSizeImageUrl for clarity. - Introduced SearchDiscoveryScraper to replace the deprecated SitemapDiscoveryScraper, improving game discovery efficiency. - Removed SitemapDiscoveryScraper as it is no longer needed. - Adjusted PromoArtDownloadService and ScreenshotDownloadService to utilize the new image URL extraction method. - Simplified batch processing logic in NewGameRawFetcher for clarity and efficiency.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -455,3 +455,4 @@ appsettings.Development.json
|
||||
appsettings.Production.json
|
||||
*.sql
|
||||
Marechai.MobyGames/appsettings.json
|
||||
Marechai.MobyGames/state/
|
||||
|
||||
Reference in New Issue
Block a user