1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Add error handling improvements to README

This commit is contained in:
snobu
2020-04-18 18:09:59 +03:00
parent 6dd095dcaa
commit 67d3d4fa45

View File

@@ -15,6 +15,7 @@ This release would not have been possible without the code and time contributed
## What's new ## What's new
- Major code refactoring - Major code refactoring
- Dramatically improved error handling
- We now have a token cache so we can reuse access tokens. This really means that within one hour you need to perform the interactive browser login only once. - We now have a token cache so we can reuse access tokens. This really means that within one hour you need to perform the interactive browser login only once.
- We removed the dependency on `youtube-dl`. - We removed the dependency on `youtube-dl`.
- Getting to the HLS URL is dramatically more reliable as we dropped parsing the DOM for the video element in favor of calling the Microsoft Stream API - Getting to the HLS URL is dramatically more reliable as we dropped parsing the DOM for the video element in favor of calling the Microsoft Stream API