mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 05:40:36 +00:00
updates
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user