This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///repo lists is just a copy and paste from your repo dashboard. For example: the list could be: | |
WindowsAzure-TrainingKit/Tutorial-HPCSOAapps | |
WindowsAzure-TrainingKit/Tutorial-HPCPowershellDeployment | |
WindowsAzure-TrainingKit/Tutorial-HPCMPIIntro | |
WindowsAzure-TrainingKit/Tutorial-HPCBasicParametricSweepApps | |
WindowsAzure-TrainingKit/Tutorial-TPLAzureScaleOut | |
WindowsAzure-TrainingKit/Tutorial-HPCImageRendering | |
WindowsAzure-TrainingKit/Tutorial-HPCBLAST | |
WindowsAzure-TrainingKit/Tutorial-HPCDeployToExistingCluster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --- settings --- | |
$feedUrl = $Args[0] | |
$url = New-Object System.Uri($feedUrl) | |
$overwrite = $false | |
$destinationDirectory = join-path "C:\Channel9\" $url.Segments[-2] | |
# Download filter options | |
# "_high_ch9\.mp4" - High quality mp4 | |
# "_low_ch9\.mp4" - Low quality mp4 |