Merge remote-tracking branch 'origin/cuttingedge' into cuttingedge

This commit is contained in:
Glax 2025-01-15 22:18:11 +01:00
commit ce217aae4f

View File

@ -175,7 +175,7 @@ public class Weebcentral : MangaConnector
{
var chaptersWrapper = document.DocumentNode.SelectSingleNode("/html/body");
Regex chapterRex = new(@".* (\d+)");
Regex chapterRex = new(@"(\d+(?:.\d+)*)");
Regex idRex = new(@"https:\/\/weebcentral\.com\/chapters\/(\w*)");
var ret = chaptersWrapper.Descendants("a").Select(elem =>