diff options
author | anekos | 2010-05-04 10:47:02 +0000 |
---|---|---|
committer | anekos | 2010-05-04 10:47:02 +0000 |
commit | 6c6cca768f59e2b3da393f425e6f26020f6cf808 (patch) | |
tree | 908f7ce0f3a79a91c8a9f15fa634f26de68ee28d /stella.js | |
parent | 03db0fc10c42758d78af14ac8d5752e2f9f3ab2c (diff) | |
download | vimperator-plugins-6c6cca768f59e2b3da393f425e6f26020f6cf808.tar.bz2 |
よけない事はしない。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37364 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">すてら</name> <description>For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).</description> <description lang="ja">ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。</description> - <version>0.26.7</version> + <version>0.26.8</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -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: |