#4715: Update Google Image Search URL

This commit is contained in:
Jaex 2023-06-16 13:06:59 +03:00
parent 991418fcbe
commit 1bd1d339fb

View file

@ -29,6 +29,6 @@ public class GoogleImageSearchSharingService : SimpleURLSharingService
{
public override URLSharingServices EnumValue { get; } = URLSharingServices.GoogleImageSearch;
protected override string URLFormatString { get; } = "https://www.google.com/searchbyimage?image_url={0}";
protected override string URLFormatString { get; } = "https://lens.google.com/uploadbyurl?url={0}";
}
}