fix Mangabox date

This commit is contained in:
kodjomoustapha 2024-06-24 17:00:35 +01:00
parent 4720c5bfea
commit 50bd8c65fd
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";