mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 05:10:30 +00:00
Fix: MangaBox
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user