From 2988c611433fb6d1b8635e1e046d98d244af89e7 Mon Sep 17 00:00:00 2001 From: snobu Date: Tue, 1 Oct 2019 08:02:21 +0300 Subject: [PATCH 1/2] Fix Readme again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c6571f..7f0d73b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Destreamer takes a [honeybadger](https://www.youtube.com/watch?v=4r7wHMg5Yjg) ap ## USAGE -* Edit `destreamer.js` and replace the username const with your own, you may still need to enter your password or go through 2FA if you don't have the STS cookie saved in Chrome. If you do (i.e. you usually log in to Microsoft Stream with Chrome), then you may try turning `headless: false` to `true` for a truly headless experience) +* Edit `destreamer.ts` (`.js` if using the vanilla JS master branch) and replace the username const with your own, you may still need to enter your password or go through 2FA if you don't have the STS cookie saved in Chrome. If you do (i.e. you usually log in to Microsoft Stream with Chrome), then you may try turning `headless: false` to `true` for a truly headless experience) * `npm install` to restore packages * `npm start ` From 29d81b72100b508b7b6429fc05a30c8b6e2f0f1d Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Tue, 1 Oct 2019 08:10:44 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f0d73b..0d75af0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ It's slow (e.g. a 60-min video takes 20-30 minutes to download). Not much i can ## NEW `dev` BRANCH! -This is now a TypeScript project if you checkout the `dev` branch. Use the `master` branch for the older vanilla JavaScript version. +This is now a TypeScript project if you checkout the `dev` branch. +All new development happens on `dev` branch. + +Use the `master` branch for the older vanilla JavaScript version. ## DISCLAIMER @@ -62,4 +65,4 @@ video:186494kB audio:5380kB subtitle:0kB other streams:0kB global headers:0kB mu [download] Download completed ``` -The video is now saved under `videos/`, or whatever the `outputDirectory` const points to. \ No newline at end of file +The video is now saved under `videos/`, or whatever the `outputDirectory` const points to.