Added option to pass html body data directly to video_basic_info | video_info | stream functions. Fixed Playlist ID regexp to allow multiple playlist ID support. Added Dezer advanced search Improved Deezer Share Link handling. Added cookiesHeaders options to update cookies when using external https request module. Added Artists badge in YouTubeChannel Class.
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
Stream videos/playlists or search for videos
This is a light-weight youtube downloader and searcher.
- searches by video, playlist, channel
- obtains audio playback url
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
Instructions
- 1.0 release change brings some code changes, make sure to read docs once again.
- Spotify
- SoundCloud
Examples
Docs
Description
Languages
TypeScript
100%