Noch eine Copshow ausschliessen
This commit is contained in:
parent
4b1bb1f3d1
commit
c8097f67c1
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.24 2010/04/22 06:42:22 stb Exp $
|
# $Schlepperbande: src/tivomirror/tivomirror,v 1.25 2010/06/21 06:14:48 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.
|
||||||
|
@ -34,6 +34,7 @@ arset["House"] = 43
|
||||||
|
|
||||||
excludes = dict()
|
excludes = dict()
|
||||||
excludes['Cops'] = 1
|
excludes['Cops'] = 1
|
||||||
|
excludes['Hot Pursuit'] = 1
|
||||||
excludes["World's Wildest Police Videos"] = 1
|
excludes["World's Wildest Police Videos"] = 1
|
||||||
excludes["World Cup Soccer"] = 1
|
excludes["World Cup Soccer"] = 1
|
||||||
excludes["World Cup Live"] = 1
|
excludes["World Cup Live"] = 1
|
||||||
|
|
Loading…
Reference in a new issue