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.5.6

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed Spotify Playlist Class Issue.
play-dl - 1.5.5

Published by iim-ayush almost 3 years ago

Change Log :-

  • averageRating and dislikes are gone from YouTubeVideo Class.
  • Fixed all issues with yt_validate function [ Now it points every youtube Playlist that can be fetched ]
  • Added tsup for ES module support.
  • Added Cleanup of old listeners in attachListeners even if the player doesn't idle.
  • Added seek support [ Only for YouTube Webm Videos as of now. ]
play-dl - 1.5.0

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed yt_validate function issue.
play-dl - 1.4.9

Published by iim-ayush almost 3 years ago

Change Log :-

  • Improve the docs for the Deezer.
  • Optimized stream function.
  • Playlist-Video thumbnail Issue Fixed.
  • All Playlist urls support added. [ Now you can get details from any youtube playlist url. ]

yt_validate function will return false to playlist urls generated by YouTube, but playlist_info will work on those urls.

So make sure to add one more condition ( url.indexOf('list=') !== -1 ) to your code if yt_validate returns false.

play-dl - 1.4.8

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added array of thumbnails in YouTube Video Class.
play-dl - 1.4.7

Published by iim-ayush almost 3 years ago

Change Log :-

  • Dislike count in youtube videos is back.
play-dl - 1.4.6

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed issues with request module.
play-dl - 1.4.5

Published by iim-ayush almost 3 years ago

Change Log :-

  • Removed Native Proxy Support
  • Added user agents support to remove 429 errors. [ You might need to add more user agents if your bot is running on multiple servers using setToken function ]
  • Optimise YouTube stream function.
play-dl - 1.4.4

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed Encoding headers issues.
play-dl - 1.4.3

Published by iim-ayush almost 3 years ago

Change Log :-

  • Tried to remove 429 errors.
  • Various YouTube search improvements
play-dl - 1.4.2

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added Captcha error in playlist_info.
play-dl - 1.4.1

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added Captcha error in search.
play-dl - 1.4.0

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed Playlist toJSON function
play-dl - 1.3.9

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added Captcha error in video_basic_info.
play-dl - 1.3.8

Published by iim-ayush almost 3 years ago

Change Log :-

  • Extract YouTube video ratings
play-dl - 1.3.7

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added deezer to the package.json keywords and description.
  • Remove some duplicate code in the YouTube functions.
play-dl - 1.3.6

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed Channel Icon Issues.
  • Documentation is 100% complete.
  • Added Favicon in play-dl Documentation site.
play-dl - 1.3.5

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed Channel Icon issues.
  • Added some more documentation ( 90% complete ).
play-dl - 1.3.2

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added automated docs workflow.
  • Docs update ( still in progress )
play-dl - 1.3.1

Published by iim-ayush almost 3 years ago

Change Log :-

  • Readable Streams HighWaterMark reduced to 5 MB.
  • Github Pages docs added [ Will update readme in few days. ]