Update weebcentral/weebcentral.js

This commit is contained in:
aka paul
2026-01-09 21:18:38 +00:00
parent 75536650ac
commit 6df3f100cc
+1 -4
View File
@@ -110,7 +110,4 @@ async function getChapterImages(url) {
} catch (err) { } catch (err) {
return []; return [];
} }
} }
const response = await getChapterImages("https://weebcentral.com/chapters/01J76XZ4A8Z5JD5GE6SFZJQBTX");
console.log(JSON.stringify(response));