mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Fix: MangaBox
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -136,7 +136,7 @@ class MangaBox extends MProvider {
|
|||||||
"";
|
"";
|
||||||
|
|
||||||
final description = document.xpathFirst(
|
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) {
|
if (description.isNotEmpty) {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import 'src/mangairo/mangaeiro.dart';
|
|||||||
import 'src/mangakakalot/mangakakalot.dart';
|
import 'src/mangakakalot/mangakakalot.dart';
|
||||||
import 'src/manganato/manganato.dart';
|
import 'src/manganato/manganato.dart';
|
||||||
|
|
||||||
const mangaboxVersion = "0.0.35";
|
const mangaboxVersion = "0.0.4";
|
||||||
const mangaboxSourceCodeUrl =
|
const mangaboxSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mangabox/mangabox.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mangabox/mangabox.dart";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user