vidstreaming-scraper
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Vidstreaming Scraper

Build Status npm version Dependency Status DevDependency Status License Doge

A scraper for Vidstreaming.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i vidstreaming-scraper

Usage

const { VidstreamingScraper } = require('vidstreaming-scraper');
 
(async () => {
    const url = 'some url';
    const scrap = await new VidstreamingScraper().scrap(url);
    if (scrap.success)
        console.log(scrap.data.sources);
})();

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i vidstreaming-scraper

Weekly Downloads

3

Version

1.0.11

License

MIT

Unpacked Size

14 kB

Total Files

17

Last publish

Collaborators

  • openbyte