Fix minor formatting in README

This commit is contained in:
Adrian Calinescu 2020-03-21 21:25:30 +02:00 committed by GitHub
parent a4621cae3c
commit caf9803e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,6 @@ Destreamer takes a [honeybadger](https://www.youtube.com/watch?v=4r7wHMg5Yjg) ap
## USAGE
* Edit `destreamer.ts` 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 install` to restore packages
* `npm run -s build` to transpile TypeScript to JavaScript
@ -56,7 +55,7 @@ You can use an absolute path for `--outputDirectory`, for example `/mnt/videos`.
### To download a list of videos
~~There's no implementation that does that (yet). There's some work happening to support this, give it some time.~~
~~There's no implementation that does that (yet). There's some work happening to support this, give it some time.~~<br>
See usage above.
## EXPECTED OUTPUT