Changeset 37363

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

YouTube? のタグURL生成を追加

Files:
1 modified

Legend:

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

    r37362 r37363  
    985985        case Player.URL_ID: 
    986986          return 'http://www.youtube.com/watch?v=' + value + '&fmt=22'; //XXX さりげなく高画質に! 
     987        case Player.URL_TAG: 
     988          return 'http://www.youtube.com/results?search=tag&search_query=' + encodeURIComponent(value); 
    987989        case Player.URL_SEARCH: 
    988990          return 'http://www.youtube.com/results?search_query=' + encodeURIComponent(value);