mirror of
https://github.com/C9Glax/tranga.git
synced 2025-03-14 17:13:02 +01:00
[cuttingedge] fix: Add escape to Weebcentral regex
This commit is contained in:
parent
786482398c
commit
f7a285aabd
@ -175,7 +175,7 @@ public class Weebcentral : MangaConnector
|
|||||||
{
|
{
|
||||||
var chaptersWrapper = document.DocumentNode.SelectSingleNode("/html/body");
|
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*)");
|
Regex idRex = new(@"https:\/\/weebcentral\.com\/chapters\/(\w*)");
|
||||||
|
|
||||||
var ret = chaptersWrapper.Descendants("a").Select(elem =>
|
var ret = chaptersWrapper.Descendants("a").Select(elem =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user