From c49ed47e658c220e77c968ee6aad64ffb7bb7af3 Mon Sep 17 00:00:00 2001 From: snobu Date: Sat, 18 Apr 2020 16:14:56 +0300 Subject: [PATCH] Added fix more bugs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f3fead..96fe899 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This release would not have been possible without the code and time contributed - 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 - Fixed access token lifetime bugs (you no longer get a 403 Forbidden midway though your download list) +- Fixed a major 2FA bug that would sometimes cause a timeout in our code - Fixed a wide variety of other bugs, maybe introduced a few new ones :) ## Disclaimer