1.6.0 • Published 2 years ago

@rassyabr/ytdl v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

YouTube Downloader

Installation

npm:

$ npm install @rassyabr/ytdl

yarn:

$ yarn add @rassyabr/ytdl

Simple to Use

CommonJs (CJS) syntax

const { ytmp3, ytmp4 } = require('@rassyabr/ytdl');

ECMAScript Modules (ESM) syntax

import { ytmp3, ytmp4 } from '@rassyabr/ytdl';

Example

var url = https://youtube.com/watch?v=60ItHLz5WEA

With audio

return ytmp3(url)

With video

return ytmp3(url)

1.6.0

2 years ago

1.5.5

2 years ago

1.5.0

2 years ago

1.3.9

2 years ago

1.3.0

2 years ago

1.2.5

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago