You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./destreamer.sh -v
[ERROR] You must specify a URLs source.
Valid options are -i for one or more URLs separated by space or -f for input file.
Options:
--help Show help [boolean]
--version Show version number [boolean]
-u, --username The username used to log into Microsoft Stream (enabling this will fill in the email field
for you). [string]
-i, --videoUrls List of urls to videos or Microsoft Stream groups. [array]
-f, --inputFile Path to text file containing URLs and optionally outDirs. See the README for more on
outDirs. [string]
-o, --outputDirectory The directory where destreamer will save your downloads. [string] [default: "videos"]
-t, --outputTemplate The template for the title. See the README for more info.
[string] [default: "{title} - {publishDate} {uniqueId}"]
-k, --keepLoginCookies Let Chromium cache identity provider cookies so you can use "Remember me" during login.
Must be used every subsequent time you launch Destreamer if you want to log in
automatically. [boolean] [default: false]
-x, --noExperiments Do not attempt to render video thumbnails in the console. [boolean] [default: false]
-s, --simulate Disable video download and print metadata information to the console.
[boolean] [default: false]
-v, --verbose Print additional information to the console (use this before opening an issue on GitHub).
[boolean] [default: false]
--closedCaptions, --cc Check if closed captions are available and let the user choose which one to download (will
not ask if only one available). [boolean] [default: false]
--noCleanup, --nc Do not delete the downloaded video file when an FFmpeg error occurs.
[boolean] [default: false]
--vcodec Re-encode video track. Specify FFmpeg codec (e.g. libx265) or set to "none" to disable
video. [string] [default: "copy"]
--acodec Re-encode audio track. Specify FFmpeg codec (e.g. libopus) or set to "none" to disable
audio. [string] [default: "copy"]
--format Output container format (mkv, mp4, mov, anything that FFmpeg supports).
[string] [default: "mkv"]
--skip Skip download if file already exists. [boolean] [default: false]
The text was updated successfully, but these errors were encountered:
OS: pop os
Launch command used:
Verbose log
The text was updated successfully, but these errors were encountered: