1.0.1 • Published 1 year ago

ytb-thumbnail-animate v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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
})();