diff --git a/YAFD/FaviconDownloader.cs b/YAFD/FaviconDownloader.cs index 652da6e..7218e00 100644 --- a/YAFD/FaviconDownloader.cs +++ b/YAFD/FaviconDownloader.cs @@ -15,7 +15,7 @@ public sealed class FaviconDownloader : WebClient private static IWebProxy _proxy; public static new IWebProxy Proxy { get { return _proxy; } set { _proxy = value; } } // User Agent - private static readonly string userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36"; + private static readonly string userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36"; // Regular expressions private static readonly Regex dataSchema, httpSchema;