Skip to content

Commit

Permalink
Update ipad1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
etapic authored Jun 15, 2024
1 parent ac0130f commit 3533a0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ipad1.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Kick extract v5</title>
<title>Kick extract v6</title>
<style>
#presetLinks a {
display: block;
Expand Down Expand Up @@ -61,6 +61,10 @@
} else {
document.getElementById("result").textContent = "Stream not found or offline.";
}
// Print headers
var headers = xhr.getAllResponseHeaders();
console.log("Response Headers:\n" + headers);
document.getElementById("result").innerHTML += '<pre>' + headers + '</pre>';
} catch (e) {
document.getElementById("result").textContent = "Error parsing stream data.";
}
Expand Down

0 comments on commit 3533a0c

Please sign in to comment.