This package has been deprecated

Author message:

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

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

0.4.10 • Public • Published

Openload Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Openload.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i openload-scrapper

Usage

const { OpenloadScrapper } = require('openload-scrapper');

(async () => {
    const url = 'some url';
    const scrap = await OpenloadScrapper.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 openload-scrapper

Weekly Downloads

0

Version

0.4.10

License

MIT

Unpacked Size

12.5 kB

Total Files

14

Last publish

Collaborators

  • openbyte