fix Mangabox date

This commit is contained in:
kodjomoustapha
2024-06-24 17:00:35 +01:00
parent 1c78e50a51
commit 9b94e7c0cb
2 changed files with 2 additions and 2 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().millisecondsSinceEpoch.toString();
DateTime.now().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.5";
const mangaboxVersion = "0.0.55";
const mangaboxSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/mangabox.dart";