From 67d3d4fa453e639e33c69e8f15fa79b5ff362a9a Mon Sep 17 00:00:00 2001 From: snobu Date: Sat, 18 Apr 2020 18:09:59 +0300 Subject: [PATCH] Add error handling improvements to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f120dd..59715c3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This release would not have been possible without the code and time contributed ## What's new - 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 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