snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 442 forks source link

Downloading issues #350

Open 0903pm opened 3 years ago

0903pm commented 3 years ago

whenever I try to download vid this pops up and no vid is downloaded :(

Screenshot (272)

snobu commented 3 years ago

Either run that in PowerShell instead as .\destreamer.ps1 or in cmd.exe as destreamer.cmd

0903pm commented 3 years ago

Thank you! It was working but now I get this error all the sudden :( Screenshot (275)

snobu commented 3 years ago

Try adding -x to your launch command. @lukaarma maybe we should make this the default until we figure out why the thumbnail fails in random and mysterious ways.

0903pm commented 3 years ago

Ok! So am I adding -x at the end? Like write -x after I put -i and -o?

snobu commented 3 years ago

Make it your first argument so it comes right after destreamer.ps1.

0903pm commented 3 years ago

I had to reset my pc so I redownloaded all stuff again and now I'm getting this error :( Screenshot (1)

snobu commented 3 years ago

Do this in an elevated (admin) PowerShell session.

Set-ExecutionPolicy Unrestricted

But please understand what it does first since it affects script execution security.

kenvastolord commented 3 years ago

Screenshot_20210411_212510 I got this error and I don't know how to solve it. or what can I do?

snobu commented 3 years ago

Try adding -x parameter to skip over fetching thumbnails.

kenvastolord commented 3 years ago

Try adding -x parameter to skip over fetching thumbnails.

./destreamer.sh -ix "https://web.microsoftstream.com/video/" in this way?