From d99dc87bf2ae3672cac54fae5e56a07467c0be8e Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 28 Jan 2014 04:57:48 +0100 Subject: [PATCH] =?utf8?q?[server]=20encore=20une=20vid=C3=A9o=20=C3=A0=20?= =?utf8?q?moiti=C3=A9=20matchante=20sur=20Funlglisoft?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- today_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/today_server.py b/today_server.py index 8040729..1c6e787 100755 --- a/today_server.py +++ b/today_server.py @@ -104,7 +104,7 @@ def last_noob_warpzone(): for serie in [noobs, warpzones]: # Les titres sont dans l'ordre antichronologique, on s'arrête donc au premier qu'on comprend for titre in serie: - if "noob le film" in titre or "making of" in titre or "noob versus rct" == titre: + if "noob le film" in titre or "making of" in titre or "noob versus rct" == titre or "extraits ost" in titre: continue try: if DEBUG: -- 2.39.2