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

1.0.10 • Public • Published

Streamango Scraper

Build Status npm version Dependency Status DevDependency Status License Doge

A scraper for Streamango.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i streamango-scraper

Usage

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

API

The API generated with TypeDoc can be found here.

/streamango-scraper/

    Package Sidebar

    Install

    npm i streamango-scraper

    Weekly Downloads

    0

    Version

    1.0.10

    License

    MIT

    Unpacked Size

    11.7 kB

    Total Files

    17

    Last publish

    Collaborators

    • openbyte