]> git.mxchange.org Git - fba.git/commitdiff
now also returns the domain
authorEnju Aihara <5-EnjuAihara@users.noreply.gitlab.varis.social>
Fri, 4 Mar 2022 21:13:00 +0000 (22:13 +0100)
committerEnju Aihara <5-EnjuAihara@users.noreply.gitlab.varis.social>
Fri, 4 Mar 2022 21:13:00 +0000 (22:13 +0100)
mastodon_api/index.js

index aca15fafa468ff8454453465e5c0000b40a8eda1..21d4b3f8ecf53f6a045f26177806ee02db9a8d3d 100644 (file)
@@ -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,
                         }