source-scraper-flowplayer-runner





![Doge]()
Provides the
FlowplayerRunner class for scrapping.
This package is part of the
SourceScraper-Project.
Getting Started
$3
``
bash
$ npm i source-scraper-flowplayer-runner
`
$3
`
js
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
})();
``
$3
The API generated with
TypeDoc can be found
here.