This package has been deprecated

Author message:

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

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

0.5.11 • Public • Published

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.

Dependents (1)

Package Sidebar

Install

npm i vidzi-scrapper

Weekly Downloads

0

Version

0.5.11

License

MIT

Unpacked Size

17.2 kB

Total Files

14

Last publish

Collaborators

  • openbyte