This package has been deprecated

Author message:

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

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

1.1.12 • Public • Published

SourceScrapper

Build Status npm version Dependency Status DevDependency Status License Doge lerna

Scrap the sources from your favorite video streaming sites.


Supported Sites

Source

Hoster


Getting Started

Installation

$ npm i sourcescrapper

There is a package available for each site individually which you can find here.

Usage

const { scrappers } = require('sourcescrapper');
 
(async () => {
    const url = 'some url';
    const scrapper = scrappers.getFirstApplicable(url);
    const scrap = await scrapper.scrap(url);
    if (scrap.success)
        console.log(scrap.data);
})();

API

The API generated with TypeDoc can be found here.

Dependents (0)

Package Sidebar

Install

npm i sourcescrapper

Weekly Downloads

1

Version

1.1.12

License

MIT

Unpacked Size

13.1 kB

Total Files

11

Last publish

Collaborators

  • openbyte