diff --git a/mastodon_api/index.js b/mastodon_api/index.js index aca15fafa468ff8454453465e5c0000b40a8eda1..21d4b3f8ecf53f6a045f26177806ee02db9a8d3d 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, }