More logging

This commit is contained in:
2025-09-25 02:07:20 +02:00
parent ae725b44e3
commit fdde64021b
3 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ internal class HttpDownloadClient : DownloadClient
private static readonly FlareSolverrDownloadClient FlareSolverrDownloadClient = new();
internal override RequestResult MakeRequestInternal(string url, string? referrer = null, string? clickButton = null)
{
Log.Debug($"Using {typeof(HttpDownloadClient).FullName} for {url}");
if (clickButton is not null)
Log.Warn("Client can not click button");
HttpClient client = new();