Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
import Image
import base64, zlib
# Jay Parlar convinced me to turn this data structure
# from a dictionary into an object.
class PackedImage(object):
def __init__(self, mode, size, data):
self.mode = mode
### Keybase proof
I hereby claim:
* I am iphoneblog on github.
* I am ao (https://keybase.io/ao) on keybase.
* I have a public key whose fingerprint is F68E 16A0 4E8E 4022 3008 67A7 880E 3CFA 1206 3218
To claim this, I am signing this object:
import urllib2, urlparse, sys, webbrowser
itags = {'45': 'webm_720p',
'44': 'webm_480p',
'43': 'webm_360p',
'38': 'mp4_3072p',
'37': 'mp4_1080p',
'36': 'phone_mp4_240p',
'35': 'flv_480p',
'34': 'flv_360p',