youtube-thumbnail-grabber

1.0.2 • Public • Published

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.

const grabLink = require('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

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Running Tests

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.


Package Sidebar

Install

npm i youtube-thumbnail-grabber

Weekly Downloads

137

Version

1.0.2

License

MIT

Unpacked Size

5.56 kB

Total Files

5

Last publish

Collaborators

  • yashraut