Add videoSortBy option
This commit is contained in:
parent
c72b9b03e4
commit
2501d2a637
4 changed files with 8 additions and 3 deletions
|
@ -72,7 +72,10 @@ Bing.video("monkey vs frog", {
|
|||
videofilters: {
|
||||
duration: 'short',
|
||||
resolution: 'high'
|
||||
}
|
||||
},
|
||||
videoSortBy: 'Date' // Choices are:
|
||||
// Date
|
||||
// Relevance
|
||||
}, function(error, res, body){
|
||||
console.log(body);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue