Changeset 37364

Show
Ignore:
Timestamp:
05/04/10 19:47:02 (3 years ago)
Author:
anekos
Message:

よけない事はしない。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/stella.js

    r37363 r37364  
    4040  <description>For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).</description> 
    4141  <description lang="ja">ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。</description> 
    42   <version>0.26.7</version> 
     42  <version>0.26.8</version> 
    4343  <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 
    4444  <license>new BSD License (Please read the source code comments of this plugin)</license> 
     
    984984      switch (type) { 
    985985        case Player.URL_ID: 
    986           return 'http://www.youtube.com/watch?v=' + value + '&fmt=22'; //XXX さりげなく高画質に! 
     986          return 'http://www.youtube.com/watch?v=' + value; 
    987987        case Player.URL_TAG: 
    988988          return 'http://www.youtube.com/results?search=tag&search_query=' + encodeURIComponent(value);