#182 Changed filename to instead of remote filename have the format server-internalId.fileFormat

This commit is contained in:
2024-05-26 22:51:46 +02:00
parent 57f1e037ef
commit 7ceb9cd4cb
8 changed files with 11 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ public class Mangaworld: MangaConnector
string posterUrl = document.DocumentNode.SelectSingleNode("//img[@class='rounded']").GetAttributeValue("src", "");
string coverFileNameInCache = SaveCoverImageToCache(posterUrl, RequestType.MangaCover);
string coverFileNameInCache = SaveCoverImageToCache(posterUrl, publicationId, RequestType.MangaCover);
string description = document.DocumentNode.SelectSingleNode("//div[@id='noidungm']").InnerText;