aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stella.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/stella.js b/stella.js
index a949937..c9dd609 100644
--- a/stella.js
+++ b/stella.js
@@ -1013,6 +1013,7 @@ Thanks:
U.currentURL,
null,
function (xhr) {
+ // XXX t が変わるために、キャッシュを利用できない問題アリアリアリアリ
let [, t] = xhr.responseText.match(/swfHTML.*&t=([^&]+)/);
let id = YouTubePlayer.getIDfromURL(U.currentURL);
let url = "http://youtube.com/get_video?video_id=" + id + "&t=" + decodeURIComponent(t);