mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-09 00:22:08 +02:00
Compare commits
2 Commits
6aa8413c40
...
3abf7224d0
Author | SHA1 | Date | |
---|---|---|---|
3abf7224d0 | |||
![]() |
b39dbd5671 |
@ -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 =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user