forked from 50n50/sources
Update mangakatana/mangakatana.js
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user