May 10, 2011

SBS Downloader in Python

Filed under: Technical — Tags: , , — delx @ 11:33 pm

Just wrote a simple downloader script for SBS’s website. The SBS Player interface is all in flash and is very hard to use on my TV, so this script lets me download the stuff I’m interested in and play it however/whenever I want.

It has a simple command line interface and requires that you already have rtmpdump on your path. Get the sbs-downloader script here.

(more…)

May 8, 2011

YouTube Downloader

Filed under: Technical — Tags: , — delx @ 12:46 am

Just wrote a simple YouTube downloader. You can grab the code for it from here:
youtube.cgi

It’s a simple CGI script with a form to submit a YouTube URL. It then streams the video download to the user. If you run this on a machine in the USA then it provides an easy way to bypass YouTube’s region checking.

Ask me if you want the URL for an installed copy.

February 10, 2009

Mercurial remote repository names

Filed under: Technical — Tags: , — delx @ 7:39 pm

I just discovered that Mercurial supports named shortcuts for repositories. This is great for when you want to be pushing and pulling from several repository URLs without typing their full locations.

(more…)

OfflineIMAP IDLE support

Filed under: Technical — Tags: , , — delx @ 4:36 pm

I’ve implemented IDLE support into OfflineIMAP. For the last day or two I’ve been using this and I’m loving the instant email notifications. I emailed the original author and plan to work with him to get the code included into an official OfflineIMAP release.

(more…)