Skip to content

Instantly share code, notes, and snippets.

@felipecustodio
Created June 2, 2021 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecustodio/d4344f98ecaa9f9d5750952662a9e0c4 to your computer and use it in GitHub Desktop.
Save felipecustodio/d4344f98ecaa9f9d5750952662a9e0c4 to your computer and use it in GitHub Desktop.
Google Sheets: YouTube thumbnail
// A3 = video URL
=IFERROR(IMAGE(CONCATENATE("https://i3.ytimg.com/vi/", INDEX(SPLIT(A3, "="), 1, 2), "/maxresdefault.jpg")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment