From b51baa9dd11477238323855734eeefd82145d5e5 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 19 Jun 2013 23:17:20 +0200 Subject: [PATCH] =?utf8?q?Des=20vid=C3=A9os=20=C3=A0=20ignorer?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- today_server.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/today_server.py b/today_server.py index 398b32b..598a421 100755 --- a/today_server.py +++ b/today_server.py @@ -102,6 +102,8 @@ 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: + continue try: if DEBUG: print titre -- 2.39.2