From f787714dfec4aa2f3c2591cab55839f056f41c36 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 27 Sep 2011 16:55:36 +0300 Subject: [PATCH] Change handles path pattern in pluzz.lua --- share/lua/website/pluzz.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/lua/website/pluzz.lua b/share/lua/website/pluzz.lua index 46c8557..8724851 100644 --- a/share/lua/website/pluzz.lua +++ b/share/lua/website/pluzz.lua @@ -32,9 +32,7 @@ function ident(self) r.formats = "default" r.categories = C.proto_mms local U = require 'quvi/util' - r.handles = U.handles(self.page_url, - {r.domain}, {"/.-%d+-%d+-%d+-%d+h-%d+%.html"}) --- http://www.pluzz.fr/sale-temps-pour-la-planete-2011-08-16-20h39.html + r.handles = U.handles(self.page_url, {r.domain}, {"/.-%.html"}) return r end -- 2.11.4.GIT