Add videoSortBy option
This commit is contained in:
parent
c72b9b03e4
commit
2501d2a637
4 changed files with 8 additions and 3 deletions
|
@ -75,6 +75,7 @@ var Bing = function (options) {
|
|||
+ (opts.imagefilters
|
||||
? '&' + qs.stringify({ "ImageFilters": "'" + opts.imagefilters + "'" })
|
||||
: '')
|
||||
+ (opts.videoSortBy ? "&VideoSortBy=%27" + opts.videoSortBy + "%27" : '')
|
||||
+ (opts.videofilters
|
||||
? '&' + qs.stringify({ "VideoFilters": "'" + opts.videofilters + "'" })
|
||||
: '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue