mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-09 16:32:09 +02:00
Compare commits
No commits in common. "3abf7224d0408577a82668c039a419ce4478bb3d" and "6aa8413c40fe9359e754c74f23575bed1becc360" have entirely different histories.
3abf7224d0
...
6aa8413c40
@ -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