Skip to content

Releases: Luuk-Dev/YT-Stream

Version 1.7.0

22 Jul 19:24
2f217e5
Compare
Choose a tag to compare

Version 1.7.0

  • API support (youtubei v1)
  • Typo in info.json fixed

Version 1.6.8

17 Jul 16:20
5bbacd9
Compare
Choose a tag to compare

Version 1.6.8

  • Ability to sync the cookies with a file (constructor of YTStreamAgent or YTStreamAgent.syncFile)
  • Improved data extractor allowing to provide reasons for failing to get information
  • Bug patch: Importing cookies which used the expirationDate property would throw an error

Version 1.6.0

10 Jul 16:24
f5c520f
Compare
Choose a tag to compare

Version 1.6.0

  • Compatible with latest YouTube changes
  • New channel property for the PlaylistVideo class
  • The uploaded property of the YouTubeData class is correct again, used to be a month behind the actual date
  • New removeCookies function for YTStreamAgent class, which removes previously set or cached cookies
  • The Stream class removes the cached cookies after each retry

Version 1.5.8

18 Jun 09:27
149d19c
Compare
Choose a tag to compare

Version 1.5.8

  • Issue with getting no search results has been solved

Version 1.5.7

17 Jun 10:47
cd27654
Compare
Choose a tag to compare

Version 1.5.7

  • Stability improvements

Version 1.5.1

30 May 14:02
9994dea
Compare
Choose a tag to compare

Version 1.5.1

  • Better cookie management
  • Possibility to change the agent for requests
  • Possibility to add custom headers for requests

1.4.11

05 Dec 13:56
0594b36
Compare
Choose a tag to compare

Version 1.4.11

  • New option to disable automatic downloads

1.4.7

10 May 19:00
4883543
Compare
Choose a tag to compare

Version 1.4.7

  • Adds container property to Stream class
  • Solves an error inside the Stream class which got caused when a the request to the YouTube video couldn't be made

1.4.6

10 May 06:39
9e4c887
Compare
Choose a tag to compare

Version 1.4.6

  • Solves an error which would be thrown when trying to download a YouTube video as video

1.4.5

18 Apr 15:25
14c944b
Compare
Choose a tag to compare

Version 1.4.5

  • Bug fix: Crashes when user agent or cookie couldn't be passed ( #9 )