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

1.0.9 • Public • Published

Rapidvideo Scraper

Build Status npm version Dependency Status DevDependency Status License Doge

A scraper for Rapidvideo.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i rapidvideo-scraper

Usage

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

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i rapidvideo-scraper

Weekly Downloads

2

Version

1.0.9

License

MIT

Unpacked Size

8.01 kB

Total Files

14

Last publish

Collaborators

  • openbyte