dependabot[bot] 53a2abbbc7
Bump @types/node from 16.11.6 to 16.11.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.6 to 16.11.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 16:53:16 +00:00
2021-11-20 13:46:56 +05:30
2021-11-23 11:21:43 +05:30
2021-12-01 20:50:02 +05:30
2021-11-19 11:03:32 +05:30
2021-09-17 14:36:32 +05:30
2021-10-06 17:33:04 +05:30
2021-12-01 20:50:18 +05:30
2021-11-26 13:23:02 +05:30

Play-dl

A light-weight youtube, soundcloud, spotify, deezer downloader and searcher.

  • searches by video, playlist, channel
  • obtains audio playback url

Why play-dl ?

ytdl-core has some issues with miniget and also stream abort issues. On the other hand, youtube-dl is a very perfect alternative but it takes time to launch. Hence, play-dl is created to avoid these issues along with providing comparatively faster performance than others.

Discord

Support

You can contact us for support on our chat server

Installation

npm install play-dl@latest

Importing

import * as play from 'play-dl' // ES-6 import or TS import

const play = require('play-dl') //JS importing

Documentation

Examples

Instructions

Description
No description provided
Readme 2.2 MiB
Languages
TypeScript 100%