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

File diff suppressed because one or more lines are too long

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) {

View File

@@ -4,7 +4,7 @@ import 'src/mangairo/mangaeiro.dart';
import 'src/mangakakalot/mangakakalot.dart';
import 'src/manganato/manganato.dart';
const mangaboxVersion = "0.0.35";
const mangaboxVersion = "0.0.4";
const mangaboxSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mangabox/mangabox.dart";