some commits

This commit is contained in:
pika 2024-12-09 22:52:31 +01:00
parent 02efac2e35
commit 348e32a551
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
go.mod
go.sum
ytgo

View file

@ -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")