mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Some small changes
This commit is contained in:
@@ -90,15 +90,11 @@ class DefaultExtension extends MProvider {
|
||||
chapters.push({
|
||||
name: chapter.selectFirst("a").text.trim(),
|
||||
url: chapter.selectFirst("a").getHref,
|
||||
dateUpload: chapter.selectFirst('i').text,
|
||||
//dateUpload: "",
|
||||
dateUpload: "",
|
||||
scanlator: null,
|
||||
});
|
||||
}
|
||||
|
||||
console.log(chapters[0]);
|
||||
console.log(chapters[30]);
|
||||
|
||||
return {
|
||||
description,
|
||||
genre,
|
||||
|
||||
Reference in New Issue
Block a user