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

1.0.11 • Public • Published

Vidzi Scraper

Build Status npm version Dependency Status DevDependency Status License Doge

A scraper for Vidzi.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i vidzi-scraper

Usage

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

API

The API generated with TypeDoc can be found here.

/vidzi-scraper/

    Package Sidebar

    Install

    npm i vidzi-scraper

    Weekly Downloads

    11

    Version

    1.0.11

    License

    MIT

    Unpacked Size

    7.8 kB

    Total Files

    14

    Last publish

    Collaborators

    • openbyte