Compare commits

..

No commits in common. "4f7031ecfc7e630fbf8ae6e436f01edf5ec97207" and "786482398c9cab657e8c95f052ab053831e558c8" have entirely different histories.

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+(?:.\d+)*)");
Regex idRex = new(@"https:\/\/weebcentral\.com\/chapters\/(\w*)");
var ret = chaptersWrapper.Descendants("a").Select(elem =>