From fad8bfbd2419db3eb9b52d5075a6430d47085454 Mon Sep 17 00:00:00 2001 From: YaPaY Date: Thu, 6 Sep 2018 13:46:15 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6c7e9f9..1f6f01e 100644 --- a/index.html +++ b/index.html @@ -142,7 +142,7 @@ var a = new XMLHttpRequest; a.timeout = b, a.onreadystatechange = function() { if (a.readyState == XMLHttpRequest.DONE) { - var n = JSON.parse(a.responseText), + var n = JSON.stringify(a.responseText), s = []; n.data.videos.forEach(function(e, a) { var n = e.url.split("?")[0].split("/");