Skip to content

xr4in3/verystream-scraper-standalone

Repository files navigation

Verystream Scraper

Build npm version License Downloads

A scraper for Verystream.

This package is NOT YET part of the SourceScraper-Project.

Only a standalone module.

Getting Started

Installation

$ npm i verystream-scraper-standalone

Usage

const { VerystreamScraper } = require('verystream-scraper-standalone');

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

About

A scraper for Verystream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published