some commits
This commit is contained in:
parent
02efac2e35
commit
348e32a551
2 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,7 @@ func FetchVideos(query string) ([]Video, error) {
|
|||
// Make the search request
|
||||
call := youtubeService.Search.List([]string{"snippet"}).
|
||||
Q(query).
|
||||
MaxResults(25).
|
||||
MaxResults(50).
|
||||
Type("video").
|
||||
VideoDuration("any")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue