This package has been deprecated

Author message:

WARNING: This project has been renamed to rapidvideo-scraper. Install using rapidvideo-scraper instead.

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

0.4.10 • Public • Published

Rapidvideo Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Rapidvideo.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i rapidvideo-scrapper

Usage

const { RapidvideoScrapper } = require('rapidvideo-scrapper');
 
(async () => {
    const url = 'some url';
    const scrap = await RapidvideoScrapper.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-scrapper

Weekly Downloads

0

Version

0.4.10

License

MIT

Unpacked Size

9.03 kB

Total Files

14

Last publish

Collaborators

  • openbyte