Skip to content

Instantly share code, notes, and snippets.

@jhidalgor
jhidalgor / youtube-dl-download-pluralsight-videos.md
Created November 23, 2020 23:49 — forked from ivanskodje/youtube-dl-download-pluralsight-videos.md
youtube-dl for downloading pluralsight videos

Downloading Videos from Pluralsight

Disclaimer

Pluralsight do not permit users to download their videos.
If you are an user of pluralsight you have agreed with their ToS,
and are thusly refrained from doing so.
Use this knowledge at your own risk.

youtube-dl for Windows

@jhidalgor
jhidalgor / DemoAreaRegistration.cs
Created January 5, 2018 05:17 — forked from johnnyreilly/DemoAreaRegistration.cs
What you need to unit test MVC controllers using MOQ.
using System.Web.Mvc;
namespace DemoApp.Areas.Demo
{
public class DemoAreaRegistration : AreaRegistration
{
public override string AreaName
{
get
{