autouploader for steelseries moments

This commit is contained in:
2026-02-21 00:12:59 +01:00
parent 92075bcd7a
commit 55c3841768
3 changed files with 63 additions and 4 deletions
+2 -3
View File
@@ -111,13 +111,12 @@ for fil in files {
; Extract URL from JSON
if RegExMatch(output, '"url":"(.*?)"', &m) {
url := m[1]
uploadedURLs .= url "`n"
uploadedFiles++
} else {
MsgBox "Failed to extract URL.`nResponse:`n" output
ExitApp
}
uploadedURLs .= url "`n"
uploadedFiles++
}
; Copy to clipboard