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.9.7 Latest Release

Published by AtariTom about 1 year ago

Change Log :

  • Fixes find error for YouTube video chapters
  • Fixes SoundCloud's 403 error (by adding user-agents)
  • Added support for additional Spotify urls (intl-market)
  • Added more verbose logs for Spotify errors
  • Added YouTube /live/ url support
  • Fixed false watch playlist detection by checking for currentVideoEndpoint
play-dl - 1.9.6

Published by AtariTom almost 2 years ago

Change Log :

  • Fixes defaultIcon error
  • Fixes music entries for descriptions
play-dl - 1.9.5

Published by AtariTom over 2 years ago

Change Log :

  • Fixes JSON parsing error
  • Fixes audio bitrates in internal stream
play-dl - 1.9.4

Published by absidue over 2 years ago

Change Log :

  • Fixes duplicate user agents
  • Fixes extracting music metadata with locales other than english
  • Fixes error message extraction
  • Fixes TypeErrors on videos without chapters
play-dl - 1.9.3

Published by absidue over 2 years ago

Change Log :

play-dl - 1.9.2

Published by absidue over 2 years ago

Change Log :-

  • Fix undefined in yt_validate (fixes #270)
play-dl - 1.9.1

Published by iim-ayush over 2 years ago

Change Log :-

  • Fixed nullable chapters.
play-dl - 1.9.0

Published by absidue over 2 years ago

Change Log :

  • Fixes the validation for invalid playlist links
  • Prevent errors caused by unclean function args by trimming the string args in all functions
  • Add the chapters property to YouTubeVideo (will only be populated in the return value of video_basic_info and video_info)
play-dl - 1.8.9

Published by absidue over 2 years ago

Change Log :

  • Fixes streaming legacy streams (Fixes #258)
  • Fixes search results occasionally being empty due to advertisements
  • Fixes validation for youtu.be playlist links
  • yt_validate will now fall back to the video link validation if validating as a playlist link fails
  • Adds a permalink property to SoundCloudTrack (Closes #260)
play-dl - 1.8.8

Published by iim-ayush over 2 years ago

Change Log :-

  • Added liveAt property in YouTube Video class. [ Tells when a livestream was started. ]
play-dl - 1.8.7

Published by iim-ayush over 2 years ago

Change Log :-

  • Fixed User agent issue.
play-dl - 1.8.6

Published by absidue over 2 years ago

  • Remove testing code, sorry everyone.
play-dl - 1.8.5

Published by absidue over 2 years ago

Changelog:

  • Add option to unblur thumbnails in YouTube search results (disabled by default; enable with caution on large and public servers, not everyone wants to see the unblurred images)
play-dl - 1.8.4

Published by iim-ayush over 2 years ago

Change Log :-

  • Stream issues with certain urls fixed.
  • YouTube Playlist icons issue fixed.
play-dl - 1.8.3

Published by absidue over 2 years ago

Change Log :-

  • Fix channel icon being empty when extracting normal playlists with playlist_info
  • Improve the documentation for playlist_info's incomplete option (fixes #247)
play-dl - 1.8.2

Published by iim-ayush over 2 years ago

Change Log :-

  • Added a property upcoming to YouTubeVideo, which will be undefined for normal or livestream videos and the premiere date if it is a premiere/upcoming video
  • stream and stream_from_info function throws error if video is premier.
  • Filtering premier videos can be done by
const videos = await (await playlist_info('url')).all_videos();

const filtered = videos.filter(v => !v.upcoming);
  • Added support to parse only audio formats in decipher_info function.
play-dl - 1.8.1

Published by iim-ayush over 2 years ago

Change Log :-

  • Added discordPlayerCompatibility property for those who don't want Webm conversion by default. [ Defaults to false ]
play-dl - 1.8.0

Published by iim-ayush over 2 years ago

Change Log :-

  • Fixed seek issues.
  • Added some improvements for playback of Webm youtube videos.
play-dl - 1.7.9

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed some seek issues.
play-dl - 1.7.8

Published by absidue almost 3 years ago

Change Log :-

  • Fix music info extraction in video_basic_info