Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

OpenByteDev/SourceScraper

Repository files navigation

Source Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

Simple library which helps you to retrieve...

  • the source of various video streaming sites
  • the urls to these streaming sites.

Supported Sites

Source

  • openload.co
  • oload.tv
  • streamcloud.eu
  • vidzi.tv
  • vidstreaming.io
  • streamango.com
  • rapidvideo.com

Hoster

  • gogoanime.io
  • kissanime.ru

Getting Started

Installation

$ npm install sourcescrapper

Usage

const { scrappers } = require('sourcescrapper');

(async () => {
    const url = 'some url';
    const scrapper = scrappers.all.getFirstApplicable(url);
    const scrap = await scrapper.run(url);
    if (scrap.info && scrap.info.source.length > 0)
        console.log(scrap.info.source[0].url);
})();

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