Panzerschlachten nicht uebertragen
This commit is contained in:
parent
205050f812
commit
fee53946a0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/local/bin/python
|
#!/usr/local/bin/python
|
||||||
|
|
||||||
# $Schlepperbande: src/tivomirror/tivomirror,v 1.39 2010/12/18 22:53:24 stb Exp $
|
# $Schlepperbande: src/tivomirror/tivomirror,v 1.40 2010/12/22 17:12:24 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.
|
||||||
|
@ -40,6 +40,7 @@ arset["House"] = 43
|
||||||
excludes = dict()
|
excludes = dict()
|
||||||
excludes['Cops'] = 1
|
excludes['Cops'] = 1
|
||||||
excludes['Hot Pursuit'] = 1
|
excludes['Hot Pursuit'] = 1
|
||||||
|
excludes['Greatest Tank Battles'] = 1
|
||||||
excludes['Judge Judy'] = 1
|
excludes['Judge Judy'] = 1
|
||||||
excludes['Most Shocking'] = 1
|
excludes['Most Shocking'] = 1
|
||||||
excludes['Tennis'] = 1
|
excludes['Tennis'] = 1
|
||||||
|
|
Loading…
Reference in a new issue