video-thumbnail-url

1.0.1 • Public • Published

Build Status

video-thumbnail-url

Get thumbnail URL for a given video URL. Supports youtube, vimeo and facebook.

Install

npm install video-thumbnail-url

Usage

import getThumb from 'video-thumbnail-url';
 
getThumb('https://www.youtube.com/watch?v=dQw4w9WgXcQ').then(thumb_url => { // thumb_url is  url or null
    console.log(thumb_url); // http://img.youtube.com/vi/dQw4w9WgXcQ/hqdefault.jpg
});
 

Recognized video urls

Youtube:

https://www.youtube.com/embed/[video-id]'
https://youtu.be/[video-id]'
https://www.youtube.com/watch?v=[video-id]'

Vimeo:

http://vimeo.com/[video-id]
http://player.vimeo.com/video/[video-id]
https://vimeo.com/channels/[channel]/[video-id]
https://vimeo.com/groups/[group]/videos/[video-id]

Facebook:

https://www.facebook.com/[user]/videos/[video-id]/

Test

npm test

Package Sidebar

Install

npm i video-thumbnail-url

Weekly Downloads

796

Version

1.0.1

License

MIT

Last publish

Collaborators

  • domasx2