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

1.2.14 • Public • Published

SourceScraper

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 source-scraper

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

Usage

const { scrapers } = require('source-scraper');
 
(async () => {
    const url = 'some url';
    const scraper = scrapers.all.getFirstApplicable(url);
    const scrap = await scraper.scrap(url);
    if (scrap.success)
        console.log(scrap.data);
})();

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i source-scraper

Weekly Downloads

0

Version

1.2.14

License

MIT

Unpacked Size

20.1 kB

Total Files

19

Last publish

Collaborators

  • openbyte