1.6.0 • Published 4 years ago

yadisk-direct-js v1.6.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

yadisk-direct-js

This is a fork of Python version by wldhx! Check it out: yadisk-direct

You need NodeJS to run this code.

Download files directly or get real direct links usable with tools like curl or wget for files stored in Yandex.Disk.

Usage

Install with:

npm install yadisk-direct-js --save

Example:

const yadiskDirect = require('yadisk-direct-js');

yadiskDirect.downloadFile('https://yadi.sk/i/wrK9ffLSbMMZqw', './acedron.png', err => {
    if (err) console.log(err);
});

Documentation

You can find documentation here.

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.3.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago