Fix: MangaBox

This commit is contained in:
kodjomoustapha
2024-02-14 14:00:02 +01:00
parent a8a9c25cff
commit 8434c4d9e4
3 changed files with 3 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ class MangaBox extends MProvider {
"";
final description = document.xpathFirst(
'//*[@id="panel-story-info-description" ]/text() | //*[@id="story_discription" ]/text()') ??
'//*[@id="panel-story-info-description" ]/text() | //*[@id="story_discription" ]/text() | //div[@id="noidungm"]/text()') ??
"";
if (description.isNotEmpty) {