0.2.10 • Published 7 years ago

mp4upload-scrapper v0.2.10

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

MP4Upload Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for MP4Upload.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i mp4upload-scrapper

Usage

const { MP4UploadScrapper } = require('mp4upload-scrapper');

(async () => {
    const url = 'some url';
    const scrap = await MP4UploadScrapper.scrap(url);
    if (scrap.success)
        console.log(scrap.data.sources);
})();

API

The API generated with TypeDoc can be found here.

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago