all-video-downloader

1.0.9 • Public • Published

all-video-downloader

A video downloader package that helps to generate the downloadable URLs from all kinds of social video platforms

Installation

npm i all-video-downloader

then...

const avd = require("all-video-downloader");

const info_with_option_urls = avd(
  "https://www.youtube.com/watch?v=-DEPDfN8ZYk"
).then((result) => {
  console.log(result);
  return result;
});

/*
output:
{
  info: {
    duration: '10:08',
    thub: 'https://i.ytimg.com/vi/-DEPDfN8ZYk/hqdefault.jpg',
    title: 'Top New Zach King Magic Vines 2017 - Best Magic Tricks Ever'
  },
  links: [
    {
      href: downloadabe video url,
      text: 'MP4 720',
      video_format: 'video format: 720'
    },
    {
      href: href: downloadabe video url,
      text: 'MP4 360',
      video_format: 'video format: 360'
    }
  ]
}
*/

All Supported Platforms:

youtube.com facebook.com instagram.com twitter.com
tiktok.com dailymotion.com vimeo.com vk.com
odnoklassniki.ru soundcloud.com bilibili.com hotstar.com
openloadmovies.net streamago.com tiktok.com tune.pk
viu.com --- --- ---


Best Buildup
BesBuildup.com - excellency in software development

Package Sidebar

Install

npm i all-video-downloader

Weekly Downloads

1

Version

1.0.9

License

ISC

Unpacked Size

5.58 kB

Total Files

3

Last publish

Collaborators

  • alasim