oen-music-163

1.0.0 • Public • Published

OEN 163音乐库

Current version Install size
Base Info

Introduction

安装 (Introduction)

npm install oen-music-163

Loading

加载此模块 (Loading the module)

// CommonJS
const Music = require('oen-music-163');

// ES Module
import Music from 'oen-music-163';

如果你想在全局使用 (if you want to use the global)

const Music = require('oen-music-163');
if (!globalThis.Music) {
	globalThis.Music = Music;
}

Usage

常用APIs (Common Usage)

down

const Music = require('oen-music-163');

let html = "";
let save_dir_path = "";

let data = await Music.downByHtml(save_dir_path, html);

console.log(data);

Readme

Keywords

Package Sidebar

Install

npm i oen-music-163

Weekly Downloads

0

Version

1.0.0

License

GPL-3.0

Unpacked Size

87.7 kB

Total Files

5

Last publish

Collaborators

  • oen.im