play-dl

Mainly used for Discord js Bots to play music.

GPL-3.0 License

Downloads
11.5K
Stars
207
Committers
14

Bot releases are hidden (Show)

play-dl - 1.3.0

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed badge issue.
play-dl - 1.2.9

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fix: YT unlisted info extraction.
  • Extract the duration in seconds directly for playlists
play-dl - 1.2.8

Published by iim-ayush almost 3 years ago

Change Log :-

  • Readable Stream now sends null to stop piping for writing stream.
play-dl - 1.2.7

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fix: creation stream_from_info for live broadcasts
  • Fix YouTubeVideo JSON serialisation
  • Clean up unneeded export, variables and assignment after reverse()
play-dl - 1.2.6

Published by iim-ayush almost 3 years ago

Change Log :-

  • 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 Deezer 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.
play-dl - 1.2.5

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added Deezer Support [ Thanks to @absidue ]
  • Some minor improvements.
play-dl - 1.2.3

Published by iim-ayush almost 3 years ago

Change Log :-

  • Proxies issues Fixed [ Small Patch ]
play-dl - 1.2.2

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed JSON Parse Issues.
  • Updated @types/nodes version.
  • Added YouTube shorts url support.
play-dl - 1.2.0

Published by iim-ayush almost 3 years ago

Change Log :-

  • Search Function order is fixed.
play-dl - 1.1.9

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed random stops while creating stream
  • Fixed search returning undefined description.
  • Updated @types/node version
play-dl - 1.1.8

Published by iim-ayush about 3 years ago

Change Log :-

  • Added decipher_info function for converting from video_basic_info to video_info data.
  • Changed SpotifyAlbum property from trackCount to tracksCount
  • Added getFreeClientID to get free soundCloud client ID.
play-dl - 1.1.7

Published by iim-ayush about 3 years ago

Change Log :-

  • Fixed error while using spotify link for streaming.
  • Added TypeScript as developer dependency,
play-dl - 1.1.6

Published by iim-ayush about 3 years ago

Change Log

  • Spotify hidden or not available errors Fixed
  • SoundCloud classes durationInSec property was giving a float value.
play-dl - 1.1.5

Published by iim-ayush about 3 years ago

Change Log :-

  • Fixed extractID function bugs
  • Fixed proxy errors.
  • Added a safer way to add tokens. [ setToken function added ]
  • PassThrough removed, added Readable Streams.
play-dl - 1.1.0

Published by iim-ayush about 3 years ago

Change Log :-

  • Added search return value in all validate functions.
  • attachListeners Issue Fixed
play-dl - 1.0.9

Published by iim-ayush about 3 years ago

Change Log :-

  • Fixed cookies issue where = sign was not added completely.
  • Fix Legacy video format not used for creation of stream.
  • Memory leaks with stream
play-dl - 1.0.8

Published by iim-ayush about 3 years ago

Change Log :-

  • Cookies check added in request file.
  • LiveStream Issues Fixed
  • Authorization Error Fixed.
play-dl - 1.0.7

Published by iim-ayush about 3 years ago

Change Log :-

  • so_validate errors fixed.
  • video_info returns uploadedAt as undefined errors fixed.
  • LiveStream ends before song finished errors fixed.
  • didYouMeanRenderer in search errors fixed.
  • cookie options removed from all functions. Cookies shifted to authorization function.
  • Socket request under development.
play-dl - 1.0.6

Published by iim-ayush about 3 years ago

Change Log

  • Fix yt_validate function, now it uses to check for video ID and playlist ID.
  • Fix duration field empty when using video_info function.
play-dl - 1.0.5

Published by iim-ayush about 3 years ago

Change Log

  • Fixed Authentication Errors