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

1.0.9 • Public • Published

Masteranime Scraper

Build Status npm version Dependency Status DevDependency Status License Doge

A scraper for Masteranime.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i masteranime-scraper

Usage

const { MasteranimeScraper } = require('masteranime-scraper');
 
(async () => {
    const url = 'some url';
    const scrap = await new MasteranimeScraper().scrap(url);
    if (scrap.success)
        console.log(scrap.data.hosters);
})();

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i masteranime-scraper

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

13.3 kB

Total Files

17

Last publish

Collaborators

  • openbyte