Merge branch 'cuttingedge-merge-ServerV2' into Server-V2

This commit is contained in:
Glax 2024-12-04 19:58:48 +01:00
commit 44ff158c66

View File

@ -150,7 +150,7 @@ public class Mangaworld: MangaConnector
"//div[contains(concat(' ',normalize-space(@class),' '),'chapters-wrapper')]");
Regex volumeRex = new(@"[Vv]olume ([0-9]+).*");
Regex chapterRex = new(@"[Cc]apitolo ([0-9]+).*");
Regex chapterRex = new(@"[Cc]apitolo ([0-9]+(?:\.[0-9]+)?).*");
Regex idRex = new(@".*\/read\/([a-z0-9]+)(?:[?\/].*)?");
if (chaptersWrapper.Descendants("div").Any(descendant => descendant.HasClass("volume-element")))
{