1
0
forked from 50n50/sources

Update mangakatana/mangakatana.js

This commit is contained in:
aka paul
2025-11-29 20:49:50 +00:00
parent 6f68723925
commit 7c588ab01d
-7
View File
@@ -132,10 +132,3 @@ async function getChapterImages(url) {
return []; 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();