vidzi-scrapperdeprecated

A scrapper for vidzi

Usage no npm install needed!

<script type="module">
  import vidziScrapper from 'https://cdn.skypack.dev/vidzi-scrapper';
</script>

README

Vidzi Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Vidzi.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i vidzi-scrapper

Usage

const { VidziScrapper } = require('vidzi-scrapper');

(async () => {
    const url = 'some url';
    const scrap = await VidziScrapper.scrap(url);
    if (scrap.success)
        console.log(scrap.data.sources);
})();

API

The API generated with TypeDoc can be found here.