From 200a22228f3dcedfc21d22eb14e7cbf2079aa230 Mon Sep 17 00:00:00 2001 From: Glax Date: Thu, 8 Aug 2024 21:02:13 +0200 Subject: [PATCH] add log output for Mangahere https://github.com/C9Glax/tranga/issues/69 --- Tranga/MangaConnectors/MangaHere.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Tranga/MangaConnectors/MangaHere.cs b/Tranga/MangaConnectors/MangaHere.cs index 7b13d4d..fc9406e 100644 --- a/Tranga/MangaConnectors/MangaHere.cs +++ b/Tranga/MangaConnectors/MangaHere.cs @@ -173,6 +173,7 @@ public class MangaHere : MangaConnector images = requestResult.htmlDocument.DocumentNode .SelectNodes("//a[contains(@href, '/manga/')]") .MaxBy(node => node.GetAttributeValue("data-page", 0))!.GetAttributeValue("data-page", 0); + logger?.WriteLine($"MangaHere speciality: Get Image-url {downloaded}/{images}"); if (progressToken is not null) { progressToken.increments = images * 2;//we also have to download the images later