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

Added usage example for username

This commit is contained in:
snobu
2020-04-18 16:12:58 +03:00
parent 7596b3745f
commit 85e779cb98

View File

@@ -3,7 +3,8 @@
</a> </a>
![destreamer](assets/logo.png) ![destreamer](assets/logo.png)
(Alternative art proposals are welcome! Submit one through an Issue.)
_(Alternative art proposals are welcome! Submit one through an Issue.)_
# Saves Microsoft Stream videos for offline enjoyment # Saves Microsoft Stream videos for offline enjoyment
@@ -69,6 +70,11 @@ Download a video -
$ ./destreamer.sh -i "https://web.microsoftstream.com/video/VIDEO-1" $ ./destreamer.sh -i "https://web.microsoftstream.com/video/VIDEO-1"
``` ```
Download a video and speed up the interactive login by automagically filling in the username -
```sh
$ ./destreamer.sh -u user@example.com -i "https://web.microsoftstream.com/video/VIDEO-1"
```
Download a video to a custom path - Download a video to a custom path -
```sh ```sh
$ ./destreamer.sh -i "https://web.microsoftstream.com/video/VIDEO-1" -o /Users/hacker/Downloads $ ./destreamer.sh -i "https://web.microsoftstream.com/video/VIDEO-1" -o /Users/hacker/Downloads