diff options
author | anekos | 2010-05-06 11:36:08 +0000 |
---|---|---|
committer | anekos | 2010-05-06 11:36:08 +0000 |
commit | 49d160c179c024f23402a943803d32691cf553a5 (patch) | |
tree | 35b9962140df2a41ab9e022572ebc98ba0d11dbb /stella.js | |
parent | 5cefc2a2a94bae5c6f9ce83cecf50fb45954212d (diff) | |
download | vimperator-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.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |