Update mangakatana/mangakatana.js

This commit is contained in:
aka paul 2025-11-29 20:49:50 +00:00
parent 6f68723925
commit 7c588ab01d

View file

@ -132,10 +132,3 @@ async function getChapterImages(url) {
return [];
}
}
async function main() {
const output = await getChapterImages("https://mangakatana.com/manga/kaoru-hana-wa-rin-to-saku.26340/c171");
console.log(JSON.stringify(output, null, 2));
}
main();