Releases: Luuk-Dev/YT-Stream
Releases · Luuk-Dev/YT-Stream
Version 1.7.4
Version 1.7.0
Version 1.7.0
- API support (youtubei v1)
- Typo in
info.json
fixed
Version 1.6.8
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
Version 1.6.0
- Compatible with latest YouTube changes
- New
channel
property for thePlaylistVideo
class - The
uploaded
property of theYouTubeData
class is correct again, used to be a month behind the actual date - New
removeCookies
function forYTStreamAgent
class, which removes previously set or cached cookies - The
Stream
class removes the cached cookies after each retry
Version 1.5.8
Version 1.5.8
- Issue with getting no search results has been solved
Version 1.5.7
Version 1.5.7
- Stability improvements
Version 1.5.1
Version 1.5.1
- Better cookie management
- Possibility to change the agent for requests
- Possibility to add custom headers for requests