How do you get the video thumbnail? #585
Unanswered
restorepro
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi. Thumbnails are now provided as a collection: You can use LINQ to get a specific thumbnail, or an extension method YoutubeExplode/YoutubeExplode/Common/Thumbnail.cs Lines 60 to 65 in 349ca99 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently updated youtubeExplode and didn't see any documentation on getting the video thumbnail.
This is how it was obtained prior to the update:
youtubeImg.Source = video.Thumbnails.StandardResUrl;
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions