Skip to content

Commit

Permalink
Update Steam CDN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
boppreh committed Jan 1, 2017
1 parent ef54383 commit db28902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const akamaiURLFormat = `https://steamcdn-a.akamaihd.net/steam/apps/%v/header.jp

// The subreddit mentions this as primary, but I've found Akamai to contain
// more images and answer faster.
const steamCdnURLFormat = `http://cdn.steampowered.com/v/gfx/apps/%v/header.jpg`
const steamCdnURLFormat = `cdn.akamai.steamstatic.com/steam/apps/%v/header.jpg`

// Tries to load the grid image for a game from a number of alternative
// sources. Returns the final response received and a flag indicating if it was
Expand Down

0 comments on commit db28902

Please sign in to comment.