Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -888,6 +888,7 @@ exports.check = function (message, replyToken, userId) { | ... | @@ -888,6 +888,7 @@ exports.check = function (message, replyToken, userId) { |
888 | var optionParams={ | 888 | var optionParams={ |
889 | q:message, | 889 | q:message, |
890 | part:"snippet", | 890 | part:"snippet", |
891 | + type:"video", | ||
891 | key:Info.YoutubeKey, | 892 | key:Info.YoutubeKey, |
892 | maxResults:10 | 893 | maxResults:10 |
893 | }; | 894 | }; | ... | ... |
-
Please register or login to post a comment