mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-01 10:03:02 +02:00
Compare commits
1 Commits
5b84855428
...
9790e0f9e9
Author | SHA1 | Date | |
---|---|---|---|
9790e0f9e9 |
@ -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 =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user