1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-05-15 10:53:00 +02:00

Merge pull request from merlinmarijn/manganato-domain-switch

Enforce correct referrer check for access to Manganato
This commit is contained in:
Glax 2025-03-07 20:19:52 +01:00 committed by GitHub
commit dc7696ee26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -212,7 +212,7 @@ public class Manganato : MangaConnector
string[] imageUrls = ParseImageUrlsFromHtml(requestResult.htmlDocument);
return DownloadChapterImages(imageUrls, chapter, RequestType.MangaImage, "https://chapmanganato.com/", progressToken:progressToken);
return DownloadChapterImages(imageUrls, chapter, RequestType.MangaImage, "https://www.manganato.gg", progressToken:progressToken);
}
private string[] ParseImageUrlsFromHtml(HtmlDocument document)