mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-14 20:33:19 +02:00
Weebcentral - Fix Search Results Parse
This commit is contained in:
parent
67fd9d284b
commit
3324ed6e4a
@ -44,7 +44,7 @@ public class Weebcentral : MangaConnector
|
|||||||
if (document.DocumentNode.SelectNodes("//article") == null)
|
if (document.DocumentNode.SelectNodes("//article") == null)
|
||||||
return [];
|
return [];
|
||||||
|
|
||||||
List<string> urls = document.DocumentNode.SelectNodes("/html/body/article/a[@class='link link-hover']")
|
List<string> urls = document.DocumentNode.SelectNodes("/html/body/article/a[@class='link link-hover tooltip tooltip-bottom']")
|
||||||
.Select(elem => elem.GetAttributeValue("href", "")).ToList();
|
.Select(elem => elem.GetAttributeValue("href", "")).ToList();
|
||||||
|
|
||||||
HashSet<Manga> ret = new();
|
HashSet<Manga> ret = new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user