1 Commits

Author SHA1 Message Date
9790e0f9e9 Merge bf9fe517b0 into 6aa8413c40 2025-01-09 05:35:46 +01:00

View File

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