This package has been deprecated

Author message:

WARNING: This project has been renamed to vidstreaming-scraper. Install using vidstreaming-scraper instead.

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

0.4.10 • Public • Published

Vidstreaming Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Vidstreaming.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i vidstreaming-scrapper

Usage

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

API

The API generated with TypeDoc can be found here.

/vidstreaming-scrapper/

    Package Sidebar

    Install

    npm i vidstreaming-scrapper

    Weekly Downloads

    2

    Version

    0.4.10

    License

    MIT

    Unpacked Size

    15.7 kB

    Total Files

    17

    Last publish

    Collaborators

    • openbyte