mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-12 07:58:21 +02:00
Merge pull request #374 from TheyCallMeTravis/weebcentral-fixsearch
Weebcentral - Fix Search Results Parse
This commit is contained in:
commit
5af8060d7b
@ -44,7 +44,7 @@ public class Weebcentral : MangaConnector
|
||||
if (document.DocumentNode.SelectNodes("//article") == null)
|
||||
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();
|
||||
|
||||
HashSet<Manga> ret = new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user