House kommt auch noch in 4:3
This commit is contained in:
parent
a0620f5aef
commit
11a2c7c5e6
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/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
|
# Stefans Script, um die Sendungen vom Tivo runterzuladen und in MPEG4
|
||||||
# zu transkodieren.
|
# zu transkodieren.
|
||||||
|
@ -29,6 +29,7 @@ arset["The Colbert Report"] = 43
|
||||||
arset["The Daily Show With Jon Stewart"] = 43
|
arset["The Daily Show With Jon Stewart"] = 43
|
||||||
arset["John Oliver's New York Stand-Up Show"] = 43
|
arset["John Oliver's New York Stand-Up Show"] = 43
|
||||||
arset["John Oliver: Terrifying Times"] = 43
|
arset["John Oliver: Terrifying Times"] = 43
|
||||||
|
arset["House"] = 43
|
||||||
|
|
||||||
class flushfile(object):
|
class flushfile(object):
|
||||||
def __init__(self, f):
|
def __init__(self, f):
|
||||||
|
|
Loading…
Reference in a new issue