justinribeiro / lite-youtube

The fastest little YouTube web component on this side of the internet. The shadow dom web component version of Paul's lite-youtube-embed.
https://www.npmjs.com/package/@justinribeiro/lite-youtube
MIT License
836 stars 63 forks source link

Playlist Thumbnail First Video? #54

Closed nmrose101 closed 2 years ago

nmrose101 commented 2 years ago

Is it possible instead of specifying the playlist thumbnail to get it to get the one from the latest video?

justinribeiro commented 2 years ago

Unfortunately no; the component doesn't know anything about the playlist (there is no data returned to the component about which video is first or any videos for that matter). It's simply a gap on the YouTube side that I work around.