From 6c6cca768f59e2b3da393f425e6f26020f6cf808 Mon Sep 17 00:00:00 2001
From: anekos
Date: Tue, 4 May 2010 10:47:02 +0000
Subject: よけない事はしない。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37364 d0d07461-0603-4401-acd4-de1884942a52
---
stella.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'stella.js')
diff --git a/stella.js b/stella.js
index fafe3cb..3511cd0 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
すてら
For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).
ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。
- 0.26.7
+ 0.26.8
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -983,7 +983,7 @@ Thanks:
makeURL: function (value, type) {
switch (type) {
case Player.URL_ID:
- return 'http://www.youtube.com/watch?v=' + value + '&fmt=22'; //XXX さりげなく高画質に!
+ return 'http://www.youtube.com/watch?v=' + value;
case Player.URL_TAG:
return 'http://www.youtube.com/results?search=tag&search_query=' + encodeURIComponent(value);
case Player.URL_SEARCH:
--
cgit v1.2.3