Download script for Channel9 Content
I have created a script to download all or specific content from Channel9 by using there RSS feed for a particular event. The script is inspired by a script that was published for the SharePoint conference in 2014. I have updated the script to work with any Channel9 RSS feed from an event.
The script takes 3 parameters
- baseRSSfeedUrl
- downloadLocation
- filetypes
The script can be used like this: .\download-Channel9Content.ps1 -baseRSSfeedUrl “http://channel9.msdn.com/Events/SharePoint-Conference/2014" -downloadLocation “D:\SPC14” -filetypes mp3, slides, mp4high
The full help is included in the script
Download: from github