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

1.0.11 • Public • Published

MP4Upload Scraper

Build Status npm version Dependency Status DevDependency Status License Doge

A scraper for MP4Upload.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i mp4upload-scraper

Usage

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

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i mp4upload-scraper

Weekly Downloads

1

Version

1.0.11

License

MIT

Unpacked Size

8.07 kB

Total Files

14

Last publish

Collaborators

  • openbyte