Created
June 2, 2021 19:21
-
-
Save felipecustodio/d4344f98ecaa9f9d5750952662a9e0c4 to your computer and use it in GitHub Desktop.
Google Sheets: YouTube thumbnail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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