Releases: d4n3436/GScraper
Releases · d4n3436/GScraper
v1.1.3
- Added support for trimming.
- Use source generation for JSON deserialization.
- Now image results with invalid image URLs in
GoogleScraper
are skipped. - Marked
BraveScraper.GetImagesAsync
as deprecated. Brave removed its image search API and and now returns a 404 page. - Fixed
DuckDuckGoScraper
not working due to a change on DuckDuckGo's side.
v1.1.0
- Added .NET Standard 2.1 and .NET 6 target frameworks.
- Reduced the memory usage of
DuckDuckGoScraper
. - Decreased the likelihood of getting a 401 error on
DuckDuckGoScraper
. - Deprecated the constructors that accept an API endpoint string.
- Now
DuckDuckGoScraper
andBraveScraper
no longer sendCookie
headers to control some aspects of the image results (like safe search and region). - Updated the default
User-Agent
headers. - Updated
GoogleScraper
to use Google's internal Search API. This should make the scraper faster and more reliable.
v1.0.3
v1.0.2
v1.0
- Added 2 new scrapers (DuckDuckGo and Brave).
- Now targeting .NET Standard 2.0.
- Use System.Text.Json instead of Newtonsoft.Json, improving the performance and memory usage.
- Added more customization options when requesting images, like image size, type, color, etc.