From 87f6710ddca369461483de6b546c455c7d6e8de6 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 5 Jan 2014 23:24:24 +0100 Subject: [PATCH] =?utf8?q?Un=20titre=20de=20vid=C3=A9o=20qui=20fait=20foir?= =?utf8?q?er=20le=20parseur.?= 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 fbd650f..abff785 100755 --- a/today_server.py +++ b/today_server.py @@ -102,7 +102,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: + if "noob le film" in titre or "making of" in titre or "noob versus rct" == titre: continue try: if DEBUG: -- 2.39.2