ytb-thumbnail-animate

1.0.1 • Public • Published

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

/ytb-thumbnail-animate/

    Package Sidebar

    Install

    npm i ytb-thumbnail-animate

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.04 kB

    Total Files

    3

    Last publish

    Collaborators

    • badbounstv