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

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed issues when yt videos are offensive and cookies are also provided.
play-dl - 1.7.6

Published by iim-ayush almost 3 years ago

Change Log :-

  • Some improvements in seek.
  • Fixed music property issues.
play-dl - 1.7.5

Published by iim-ayush almost 3 years ago

Change Log :-

  • Seek issues with some timestamps fixed
play-dl - 1.7.4

Published by iim-ayush almost 3 years ago

Change Log :-

  • Removed Seek mode option from stream function.
  • Seek improvements. [ Improved performance by 50% ].
play-dl - 1.7.3

Published by iim-ayush almost 3 years ago

Change Log :-

  • Seeking issues with decimals fixed.
  • music property [ YouTube Video class ] issues fixed
play-dl - 1.7.2

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added precache property in stream. This is useful if your YT Live-Stream stops at random point.
  • Exported InfoData for TS users.
play-dl - 1.7.1

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added a property [all_tracks] in all playlist and album classes except youtube playlist [all_videos].
  • Seeking in long issues fixed.
  • LiveStream issues fixed.
  • music property added if videos contains music.
  • Changed setToken function to async. [ Not going to make difference if you are using it at start of your code ]
play-dl - 1.7.0

Published by iim-ayush almost 3 years ago

Change Log :-

  • Updated dev dependencies versions.
  • Fixed issue with video_basic_info and video_stream_info. Now if url contains both playlist and video watch url, it can be passed into those functions.
  • Added music.youtube.com urls support in playlist_info
play-dl - 1.6.9

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added a new property all_videos in Youtube Playlist.
  • Cleaned up some codes in WebmSeeker.ts file.
  • Added YoutubeStream in export in index.ts file.
play-dl - 1.6.8

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed playing youtube urls tagged as inappropriate or offensive.
  • Added music.youtube.com urls support in playlist_info function.
  • Fixed random seek errors.
  • Added a fix for 404 errors when getting stream.
play-dl - 1.6.7

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed regexp issues with yt functions.
  • Increased default user agents to 10.
play-dl - 1.6.6

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed parsing issues in 1.6.5
play-dl - 1.6.5

Published by iim-ayush almost 3 years ago

Change Log :-

  • Removed some non working user-agents. [ Only 7 added by default ]. Get some free agents here. Only choose OS as Windows or Linux.
  • Added language option in YouTube video info functions, playlist function, search function.
  • Fixed search functions issues.
play-dl - 1.6.4

Published by iim-ayush almost 3 years ago

Change Log :-

  • Added music.youtube url support.
  • Fixed some issues with publishing announcement in discord.
  • Some cleanup in index.ts file.
  • Added Automated Discord announcement.
play-dl - 1.6.3

Published by iim-ayush almost 3 years ago

Change Log :-

  • Cleaned up index.ts file.
  • Added music.youtube urls support.
  • Added Automated discord server announcement publish.
play-dl - 1.6.2

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed Stream writing null values when seeking.
  • Fix streaming with HTML data
play-dl - 1.6.1

Published by iim-ayush almost 3 years ago

Change Log :-

  • Performance improvements and cleanup
  • Fixes Stream function unable to play certain videos.
  • Fixed esm imports of play-dl.
play-dl - 1.6.0

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed internal request issue.
play-dl - 1.5.9

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed redirects issue when making requests.
  • Fixed Spotify Classes search issues.
play-dl - 1.5.7

Published by iim-ayush almost 3 years ago

Change Log :-

  • Fixed Spotify Playlist Class Issue.