Skip to content

Commit

Permalink
Search more results
Browse files Browse the repository at this point in the history
  • Loading branch information
boppreh committed May 4, 2014
1 parent bd3c109 commit aa1ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func GetGames(user User) (map[string]*Game, error) {
// When all else fails, Google it. Unfortunately this is a deprecated API and
// may go offline at any time. Because this is last resort the number of
// requests shouldn't trigger any punishment.
const googleSearchFormat = `https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=`
const googleSearchFormat = `https://ajax.googleapis.com/ajax/services/search/images?v=1.0&rsz=8&q=`

// Returns the first steam grid image URL found by Google search of a given
// game name.
Expand Down

0 comments on commit aa1ff5f

Please sign in to comment.