diff options
author | bob <bcz@cs.brown.edu> | 2019-07-30 12:50:18 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-07-30 12:50:18 -0400 |
commit | b8ace05da169802bc18d138b83576dbab98053e9 (patch) | |
tree | 44722eeab08e8766a7fa916a122b8f585b33901a /src/server/youtubeApi/youtubeApiSample.js | |
parent | 5b455e2aaf119c7db1fe9ef22d71a3accf55a8e2 (diff) |
added youtube as button snapshots. changed video default to 10.
Diffstat (limited to 'src/server/youtubeApi/youtubeApiSample.js')
-rw-r--r-- | src/server/youtubeApi/youtubeApiSample.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/youtubeApi/youtubeApiSample.js b/src/server/youtubeApi/youtubeApiSample.js index ec532c78e..50b3c7b38 100644 --- a/src/server/youtubeApi/youtubeApiSample.js +++ b/src/server/youtubeApi/youtubeApiSample.js @@ -148,7 +148,7 @@ function getVideos(auth, args) { part: 'id, snippet', type: 'video', q: args.userInput, - maxResults: 3 + maxResults: 10 }, function (err, response) { if (err) { console.log('The API returned an error: ' + err); |