@@ -63,7 +63,7 @@
let a = document.createElement("a")
a.style = "display: none"
a.target = "_blank"
- a.href = row.result
+ a.href = row.down_url
document.body.appendChild(a)
a.click()
document.body.removeChild(a)