0.0.6 • Published 9 months ago

yta v0.0.6

Weekly downloads
4
License
-
Repository
-
Last release
9 months ago

yta NPM version Downloads

Gets audio only stream for YouTube video.

Install

npm install yta

Use

const yta = require('yta');

yta('XXXXXXXXXXX').then((audio) => console.log(audio));

// or use the url, the id will be automatically extracted and used

yta('https://www.youtube.com/watch?v=XXXXXXXXXXX').then((audio) => console.log(audio));

// uses a promise API to allow asynchronous requests
0.0.1

11 months ago

0.0.0

11 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.6

9 months ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago