Update mangakatana/mangakatana.js

This commit is contained in:
aka paul
2025-11-29 20:49:50 +00:00
parent 6f68723925
commit 7c588ab01d
+1 -8
View File
@@ -131,11 +131,4 @@ async function getChapterImages(url) {
} catch (err) {
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();
}