3.0.1 • Published 4 years ago

ytdlr v3.0.1

Weekly downloads
17
License
MIT
Repository
github
Last release
4 years ago

ytdlr

Simple YouTube Download Module

Returns video details + decoded stream urls ready to download.

Use as node module

let ytdlr = require('ytdlr')

let vid = await ytdlr('b6BgRnzAlVA')
// { details: {…}, formats: Array(26) }

Use in browser

<script src="https://git.io/ytdlr"></script>
<script>
  let vid = await window.ytdlr('b6BgRnzAlVA')
  // { details: {…}, formats: Array(26) }
</script>

Fun fact: ytdlr.min.js consists of exactly 1000 bytes!

3.0.1

4 years ago

3.0.0

4 years ago

2.1.4

4 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago