This commit is contained in:
kodjomoustapha
2024-06-21 18:13:20 +01:00
parent 76c8a133a9
commit 2304eba897
6 changed files with 126 additions and 103 deletions

View File

@@ -173,7 +173,7 @@ class MangaBox extends MProvider {
dateStr = dates.last.text;
} else {
dateStr = element.selectFirst("ul > li > p")?.text ??
DateTime.now().toString();
DateTime.now().millisecondsSinceEpoch.toString();
}
chapter.url = a.getHref;
chapter.dateUpload =

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.45";
const mangaboxVersion = "0.0.5";
const mangaboxSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/mangabox.dart";