fix Mangabox date
This commit is contained in:
parent
4720c5bfea
commit
50bd8c65fd
2 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue