|
|
|
@ -248,7 +248,7 @@ module.exports = class AsuraModule
|
|
|
|
|
}
|
|
|
|
|
aux['Status'] = parsed.querySelectorAll('.imptdt')[0].innerText.split('\n')[1].split(' ')[1];
|
|
|
|
|
aux['Type'] = parsed.querySelectorAll('.imptdt')[1].innerText.split('\n')[1].split(' ')[1];
|
|
|
|
|
return {description, img, ...aux, tags, title:auxTitle, latestChap}
|
|
|
|
|
return {description, img, ...aux, tags, title:auxTitle, latestChap, link:Link}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|