mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 13:16:21 +01:00
Update mangakatana/mangakatana.js
This commit is contained in:
parent
6f68723925
commit
7c588ab01d
1 changed files with 1 additions and 8 deletions
|
|
@ -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();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue