This package has been deprecated

Author message:

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

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

0.4.10 • Public • Published

Streamcloud Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Streamcloud.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i streamcloud-scrapper

Usage

const { StreamcloudScrapper } = require('streamcloud-scrapper');
 
(async () => {
    const url = 'some url';
    const scrap = await StreamcloudScrapper.scrap(url);
    if (scrap.success)
        console.log(scrap.data.sources);
})();

API

The API generated with TypeDoc can be found here.

Dependents (1)

Package Sidebar

Install

npm i streamcloud-scrapper

Weekly Downloads

18

Version

0.4.10

License

MIT

Unpacked Size

13.5 kB

Total Files

11

Last publish

Collaborators

  • openbyte