youtube-thumbnail-grabber-ts
v1.0.0
Published
a simple package for grabbing youtube video thumbnails
Downloads
16
Maintainers
Readme
youtube-thumbnail-grabber
Provides a link to all qualities of YouTube thumbnails (maximum, high quality, standard quality, default).
Install
Install with npm:
$ npm i youtube-thumbnail-grabber
Usage
There are two parameters required. The first is the YouTube link, and the second is the quality.
import grabLink from 'youtube-thumbnail-grabber'
console.log(grabLink('https://www.youtube.com/watch?v=a3ICNMQW7Ok', 'max'))
//for maximum quality pass 'max'
//for high quality pass 'hq'
//for medium quality pass 'mq'
//for standard quality pass 'sd'
//for default quality pass 'default'
About
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
License
Released under the MIT License.