Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

OpenByteDev/SourceScraper

Repository files navigation

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.

About

Simple library which helps you to retrieve the source of various video streaming sites.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

Languages

AltStyle によって変換されたページ (->オリジナル) /