npm.io
1.0.10 • Published 7 years ago

source-scraper-jwplayer-runner

Licence
MIT
Version
1.0.10
Deps
3
Size
17 kB
Vulns
0
Weekly
0
Stars
70

source-scraper-jwplayer-runner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the JWPlayerRunner class for scrapping.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i source-scraper-jwplayer-runner
Usage
const { JWPlayerRunner } = require('source-scraper-jwplayer-runner');

(async () => {
    const url = 'some url';
    const data = await new JWPlayerRunner().run(url, args => {
        // Extract data using args
    });
    // Do something with extracted data
})();
API

The API generated with TypeDoc can be found here.