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 =