This repository has been archived by the owner on Jul 23, 2022. It is now read-only.
3.2.0 Release
3.2.0 Changes
Modified
- Videos can now be specified using the shorthand format "
v/
..." instead of requiring the full "twitch.tv/videos/
...".
You will need to have a valid API key (Client ID), which you can obtain from the Twitch Developer Dashboard.
Recommended Installation
Install the module from the PowerShell Gallery using Install-Module StreamXRef
.
For Windows PowerShell 5.1
You will probably need to update your PowerShellGet module, although I would strongly recommend installing the latest version of PowerShell instead.
Alternative Installation
You can download and extract the module manually from here for testing or if you don't want to deal with updating PowerShellGet. Load it by using Import-Module path/to/directory/of/StreamXRef
(make sure there's no ending slash if using PS 5.1). You will probably have to run Unblock-File
on the files first if you are on Windows.