aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
authoranekos2010-05-06 11:36:08 +0000
committeranekos2010-05-06 11:36:08 +0000
commit49d160c179c024f23402a943803d32691cf553a5 (patch)
tree35b9962140df2a41ab9e022572ebc98ba0d11dbb /stella.js
parent5cefc2a2a94bae5c6f9ce83cecf50fb45954212d (diff)
downloadvimperator-plugins-49d160c179c024f23402a943803d32691cf553a5.tar.bz2
コメント追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37399 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-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);