From: Enju Aihara <5-EnjuAihara@users.noreply.gitlab.varis.social> Date: Fri, 4 Mar 2022 21:13:00 +0000 (+0100) Subject: now also returns the domain X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=00a1a766bb5e0f1d121af194af9338298eebdde2;p=fba.git now also returns the domain --- diff --git a/mastodon_api/index.js b/mastodon_api/index.js index aca15fa..21d4b3f 100644 --- a/mastodon_api/index.js +++ b/mastodon_api/index.js @@ -20,6 +20,7 @@ async function main(domain, _callback) { return; let row_obj = { + domain: row.childNodes[1].innerText, hash: row.querySelector("[title]").title.replace("SHA-256: ", ""), reason: row.childNodes[3].innerText, }