3.0.1 • Published 2 years ago

ytdlr v3.0.1

Weekly downloads
17
License
MIT
Repository
github
Last release
2 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

2 years ago

3.0.0

2 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago