source-scraper-flowplayer-runner
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

source-scraper-flowplayer-runner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the FlowplayerRunner class for scrapping.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i source-scraper-flowplayer-runner

Usage

const { FlowplayerRunner } = require('source-scraper-flowplayer-runner');
 
(async () => {
    const url = 'some url';
    const data = await new FlowplayerRunner().run(url, args => {
        // Extract data using args
    });
    // Do something with extracted data
})();

API

The API generated with TypeDoc can be found here.

/source-scraper-flowplayer-runner/

    Package Sidebar

    Install

    npm i source-scraper-flowplayer-runner

    Weekly Downloads

    2

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    15.9 kB

    Total Files

    21

    Last publish

    Collaborators

    • openbyte