You are on page 1of 4
‘usiz021 Download videos from Microsoft Stream with Destreamer -DEV Community Download videos from Microsoft Stream with Destreamer destreamer /powershell prompt git e Osni B. Junior 26 dic. 2020 - 3 min read Presentation Hello everyone In these last days | participated in some online lectures that were recorded and made available by Microsoft Stream. Many of these talks, | would like to save offline, to watch during a trip or even listen as a podcast. There are hundreds (if not thousands) of tools that download videos from YouTube, all online, but unfortunately, none for Microsoft Stream. It was then that | came across this repository on GitHub and decided to share it with the dev.to community. Enjoy ;) Prereqs 9 o Wo ni . htps:dev Lofesnibjunior/download.ideos-from-microsoft-stream-with-destreamer-3c59 M6 ‘usr02 Download videos from Microsoft Stream with Destveamer - DEV Community * NPM + FEMPEG * Git How to build $ git clone https: //github.com/snobu/destreame! $ cd destreamer $ npm install pm run build Use Note: If you are running the destreamer in a Windows environment, it is recommended to use the PowerShell or Prompt scripts. For use, you can pass some parameters, all of them can be consulted with the destreamer (consult the platform you are using to use the correct extension) $ destreamer.cmd Options --help Show help --version Show version number username, -u The username used to log into Microsoft Stream (enabling this w you) --videoUris, -i List of urls to videos or Microsoft Stream groups inputFile, Path to text file containing URLs and optionally outDirs. See tt utputDirectory, -o The directory where destreamer will save your downloads. cutputTemplate, The template for the title. See the README for more info string] [default: "(title --keepLoginCookies, -k Let Chromium cache identity provider cookies so you can use “Re Must be used every subsequent time you launch Destreamer if you --noExperiments, -x Do not attempt to render video thumbnails in the console --simulate, -s Disable video download and print metadata information to the cor verbose, -v Print additional information to the console (use this before op: --closedCaptions, --cc Check if closed captions are available and let the user choose 4 lable). ke if only one av a WW o Qs . hips: dev Lofesnibjunor/downloadideos-rom-microsoft-stream-with-destreamer-3c59 26 ‘usiz021 Download videos from Microsoft Stream with Destveamer - DEV Community For example, | had to download some videos and make them manually it would be laborious, so | copied the links and put them in a notepad inside the installation folder. From there, | ran the command at a Windows prompt: -u USERGEMAIL.COM -f links.txt -k true -x true --skip -u: | pass the user to login to Microsoft Stream (itis still necessary to enter the password) : Itis the file that contains my links, they must be placed one per line. If you want to download a single file, just use the -i option and pass the direct link to the video (read the help or documentation). : I set it to true to keep the session cookie | logged in. Thus, it is not necessary to enter the password in any of the subsequent downloads. Complete automation -x: The destreamer tool presents a brief preview of the video being downloaded. To remove this, | set this option to true. The output log is cleaner. --skip: If any video fails, | can run this entire command again and this parameter will validate that the video has already been downloaded and will ignore it for download. Source The complete documentation and new versions of the tool can be found in the official repository: © snobu / destreamer Save Microsoft Stream videos for offline enjoyment. Discussion (0) Subscribe Vo Wo Qi oe hips: dev Lofesnibjunor/downloadidoos-from-microsoft-stream-with-destreamer-3c59 a6 ‘usiz021 Download videos from Microsoft Stream with Destveamer - DEV Community Code of Conduct» Report abuse Osni B. Junior work DevOps Enthusiast at Havan S.A. JOINED 27 abr. 2020 Trending on DEV Community @ February 25th, 2021: What did you lear this week? weeklylearn ‘discuss #weeklyretro @ why do you love programming? healthydebate career ‘beginners “discuss @ The free mobile apps that will finally allow you to learn code career “programming “productivity “beginners Do WW oo Q hips: dev Lofesnibjunor/downloadideos-rom-microsoft-stream-with-destreamer-3c59 4a

You might also like