Skip to content

Instantly share code, notes, and snippets.

View DerAlbertCom's full-sized avatar

Albert Weinert DerAlbertCom

View GitHub Profile
@DerAlbertCom
DerAlbertCom / ch9downloader.ps1
Created November 21, 2012 20:08
A comfortable Channel 9 video download script
# channel9 downloader, downloads complete channel9 videos from there rss feeds
#
# Features
# * Checks for allready downloaded files
# * use a tempfile to ensure full downloads
# * gives the download file a name based on the title of the rss entry in the feed
# * creates a proper directory structure
# * set the creation und modified date to the date in the rss entry
#
# by Albert Weinert http://der-albert.com
using System;
using System.Collections.Generic;
using System.Diagnostics.Eventing.Reader;
using System.Linq;
using System.Web.Mvc;
using Training.Web.Data;
using Training.Web.Entities;
namespace Training.Web.Controllers
{
#requires -Version 2 -Modules posh-git
function Write-Theme {
param(
[bool]
$lastCommandFailed,
[string]
$with
)