Skip to content

FabienBounoir/youtube-thumbnail-animate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-thumbnail-animate


Get the animated thumbnail url with the youtube video Id

Module

const fetchAnimatedThumbnail = require("youtube-thumbnail-animate");
(async () => {
  const url = await fetchAnimatedThumbnail("ujKpJc7dSpI");
  console.log(url);
  // https://i.ytimg.com/an_webp/ujKpJc7dSpI/mqdefault_6s.webp?du=3000&sqp=CMCmuqEG&rs=AOn4CLCaxae77RVTtZxQ9sJ2QRcrN83QCQ
})();

About

Retrieve the YouTube animated thumbnail directly with your login

Topics

Resources

Stars

Watchers

Forks