From 11a2c7c5e6754a7b112e7d490eb2fc30af16ab2b Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sat, 30 Jan 2010 11:46:37 +0000 Subject: [PATCH] House kommt auch noch in 4:3 --- src/tivomirror/tivomirror | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tivomirror/tivomirror b/src/tivomirror/tivomirror index 74e26b3..becd905 100755 --- a/src/tivomirror/tivomirror +++ b/src/tivomirror/tivomirror @@ -1,6 +1,6 @@ #!/usr/bin/python -# $Schlepperbande: src/tivomirror/tivomirror,v 1.12 2010/01/13 21:47:14 stb Exp $ +# $Schlepperbande: src/tivomirror/tivomirror,v 1.13 2010/01/24 14:46:13 stb Exp $ # # Stefans Script, um die Sendungen vom Tivo runterzuladen und in MPEG4 # zu transkodieren. @@ -29,6 +29,7 @@ arset["The Colbert Report"] = 43 arset["The Daily Show With Jon Stewart"] = 43 arset["John Oliver's New York Stand-Up Show"] = 43 arset["John Oliver: Terrifying Times"] = 43 +arset["House"] = 43 class flushfile(object): def __init__(self, f):