Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 0.22.4 to 0.22.6. - [Release notes](https://github.com/Gerrit0/typedoc-plugin-missing-exports/releases) - [Commits](https://github.com/Gerrit0/typedoc-plugin-missing-exports/commits) --- updated-dependencies: - dependency-name: typedoc-plugin-missing-exports dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.
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
Languages
TypeScript
100%