mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Merge branch 'cuttingedge-merge-ServerV2' into Server-V2
This commit is contained in:
commit
44ff158c66
@ -150,7 +150,7 @@ public class Mangaworld: MangaConnector
|
|||||||
"//div[contains(concat(' ',normalize-space(@class),' '),'chapters-wrapper')]");
|
"//div[contains(concat(' ',normalize-space(@class),' '),'chapters-wrapper')]");
|
||||||
|
|
||||||
Regex volumeRex = new(@"[Vv]olume ([0-9]+).*");
|
Regex volumeRex = new(@"[Vv]olume ([0-9]+).*");
|
||||||
Regex chapterRex = new(@"[Cc]apitolo ([0-9]+).*");
|
Regex chapterRex = new(@"[Cc]apitolo ([0-9]+(?:\.[0-9]+)?).*");
|
||||||
Regex idRex = new(@".*\/read\/([a-z0-9]+)(?:[?\/].*)?");
|
Regex idRex = new(@".*\/read\/([a-z0-9]+)(?:[?\/].*)?");
|
||||||
if (chaptersWrapper.Descendants("div").Any(descendant => descendant.HasClass("volume-element")))
|
if (chaptersWrapper.Descendants("div").Any(descendant => descendant.HasClass("volume-element")))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user