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:
@@ -3,7 +3,8 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||

|

|
||||||
(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
|
||||||
|
|||||||
Reference in New Issue
Block a user