1.0.9 • Published 2 years ago

all-video-downloader v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.comfacebook.cominstagram.comtwitter.com
tiktok.comdailymotion.comvimeo.comvk.com
odnoklassniki.rusoundcloud.combilibili.comhotstar.com
openloadmovies.netstreamago.comtiktok.comtune.pk
viu.com---------

\ Best Buildup\ BesBuildup.com - excellency in software development

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago