Play Dl Versions Save

[No longer actively maintained] Mainly used for Discord js Bots to play music.

1.8.4

2 years ago

Change Log :-

  • Stream issues with certain urls fixed.
  • YouTube Playlist icons issue fixed.

1.8.3

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)

1.8.2

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.

1.8.1

2 years ago

Change Log :-

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

1.8.0

2 years ago

Change Log :-

  • Fixed seek issues.
  • Added some improvements for playback of Webm youtube videos.

1.7.9

2 years ago

Change Log :-

  • Fixed some seek issues.

1.7.8

2 years ago

Change Log :-

  • Fix music info extraction in video_basic_info

1.7.7

2 years ago

Change Log :-

  • Fixed issues when yt videos are offensive and cookies are also provided.

1.7.6

2 years ago

Change Log :-

  • Some improvements in seek.
  • Fixed music property issues.

1.7.5

2 years ago

Change Log :-

  • Seek issues with some timestamps fixed