Mehr excludes
This commit is contained in:
parent
259099665a
commit
4a01c10fb6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
# $Schlepperbande: src/tivomirror/tivomirror,v 1.35 2010/08/07 13:42:24 stb Exp $
|
# $Schlepperbande: src/tivomirror/tivomirror,v 1.36 2010/08/13 12:25:34 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.
|
||||||
|
@ -38,10 +38,10 @@ arset["House"] = 43
|
||||||
excludes = dict()
|
excludes = dict()
|
||||||
excludes['Cops'] = 1
|
excludes['Cops'] = 1
|
||||||
excludes['Hot Pursuit'] = 1
|
excludes['Hot Pursuit'] = 1
|
||||||
|
excludes['Judge Judy'] = 1
|
||||||
excludes['Most Shocking'] = 1
|
excludes['Most Shocking'] = 1
|
||||||
|
excludes['Tennis'] = 1
|
||||||
excludes["World's Wildest Police Videos"] = 1
|
excludes["World's Wildest Police Videos"] = 1
|
||||||
#excludes["World Cup Soccer"] = 1
|
|
||||||
#excludes["World Cup Live"] = 1
|
|
||||||
|
|
||||||
class flushfile(object):
|
class flushfile(object):
|
||||||
def __init__(self, f):
|
def __init__(self, f):
|
||||||
|
|
Loading…
Reference in a new issue