aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
Diffstat (limited to 'stella.js')
-rw-r--r--stella.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/stella.js b/stella.js
index accc881..fafe3cb 100644
--- a/stella.js
+++ b/stella.js
@@ -984,6 +984,8 @@ Thanks:
switch (type) {
case Player.URL_ID:
return 'http://www.youtube.com/watch?v=' + value + '&fmt=22'; //XXX さりげなく高画質に!
+ case Player.URL_TAG:
+ return 'http://www.youtube.com/results?search=tag&search_query=' + encodeURIComponent(value);
case Player.URL_SEARCH:
return 'http://www.youtube.com/results?search_query=' + encodeURIComponent(value);
}