paulomcnally / youtube-node

Youtube api implementation for nodeJS
https://www.npmjs.com/package/youtube-node
Apache License 2.0
108 stars 53 forks source link

Support for snippet.thumbnails.maxres #35

Closed favna closed 5 years ago

favna commented 7 years ago

Data API V3 has a snippet.thumbnails.maxres which are always the highest quality thumbnail, generally 720p. This is not returned right now however when setting image to a Discord RichEmbed with the thumbnail the maxres is the most ideal to use.

See Youtube Data API here

Difference between High and MaxRes in Discord RichEmbeds (top being High) image