Killer069 63c554506d
1.0.4 update
- Fixed 429 Errors by adding proxy support.
- Changed playlist_info function. It takes 2 parameter [ incomplete, proxy ] as a second option.
- Changed video_info and video_info function. It takes 2 parameter [ cookie, proxy ] as a second option.
- Fixed soundcloud regexp issues where api.soundcloud.com is not recognized as a valid url.
- Changed authorization setup messages.
- Fixed issues where aborted error comes at any random point.
- Removed 2 hour timer from YT Stream
- Fixed errors where some age restricted videos are not being able to play.
2021-10-01 11:29:18 +05:30
2021-09-10 16:07:20 +05:30
2021-09-28 21:25:41 +05:30
2021-09-24 12:49:39 +05:30
2021-08-24 12:53:48 +05:30
2021-09-17 14:36:32 +05:30
2021-08-25 21:18:56 +05:30
2021-09-28 11:03:15 +05:30
2021-09-24 15:27:47 +05:30
2021-09-21 15:05:45 +05:30
2021-08-16 15:19:31 +05:30

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

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
No description provided
Readme 2.2 MiB
Languages
TypeScript 100%