Skip to content

Instantly share code, notes, and snippets.

View mrmattipants's full-sized avatar

Matti Pedersen mrmattipants

  • AMPed! - Video Game Design & Development
  • Milwaukee, Wisconsin
View GitHub Profile
@mrmattipants
mrmattipants / yt1080.md
Last active September 6, 2015 22:56 — forked from lelandbatey/yt1080.md
YouTube 1080p Download Script

YouTube 1080p Downloader

The Problem

It used to be you could directly download any YouTube video in any quality you wanted, as a single .mp4 file. However, around a year ago, YouTube switched from the "single file stream", to "DASH" streaming, which streams the video and the audio to you as two separate streams, which are played in sync with each other in the YouTube player.

It's still possible to download YouTube videos as a single file, but YouTube only offers that for qualities up to 720p. So you can't download "single file stream" videos in 1080p or higher.

@mrmattipants
mrmattipants / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;