mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-14 15:27:53 +02:00
Merge remote-tracking branch 'origin/cuttingedge' into cuttingedge
This commit is contained in:
@ -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 =>
|
||||
|
Reference in New Issue
Block a user