Skip to content

Releases: play-dl/play-dl

1.9.7

24 Sep 18:14
Compare
Choose a tag to compare

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

1.9.6

30 Oct 02:48
Compare
Choose a tag to compare

Change Log :

  • Fixes defaultIcon error
  • Fixes music entries for descriptions

1.9.5

30 May 19:28
Compare
Choose a tag to compare

Change Log :

  • Fixes JSON parsing error
  • Fixes audio bitrates in internal stream

1.9.4

08 Apr 13:28
Compare
Choose a tag to compare

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

1.9.3

31 Mar 17:03
Compare
Choose a tag to compare

Change Log :

  • Added playability parameter to SpotifyTrack by @AtariTom in #273

1.9.2

16 Mar 20:32
Compare
Choose a tag to compare

Change Log :-

  • Fix undefined in yt_validate (fixes #270)

1.9.1

12 Mar 17:55
a26dd97
Compare
Choose a tag to compare

Change Log :-

  • Fixed nullable chapters.

1.9.0

10 Mar 19:41
Compare
Choose a tag to compare

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)

1.8.9

27 Feb 19:44
Compare
Choose a tag to compare

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)

1.8.8

11 Feb 13:07
e6ef793
Compare
Choose a tag to compare

Change Log :-

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