# HG changeset patch # User Mikael Berthe # Date 1332743846 -7200 # Node ID 0a39d217b80a5a26594803eda5b95469a1e41430 # Parent 4c3028c21ccbc8227be648d2d1777762e801e1c3 Fix tvcal regex Some shows were skipped (first, last, pilots...)! diff -r 4c3028c21ccb -r 0a39d217b80a mcbot/cmds/tvcal.lua --- a/mcbot/cmds/tvcal.lua Sat Feb 11 12:45:17 2012 +0100 +++ b/mcbot/cmds/tvcal.lua Mon Mar 26 08:37:26 2012 +0200 @@ -37,7 +37,7 @@ '%s*(.-)%s*' -- Regex for parsing one day - local epregex = '

'.. + local epregex = ']*>'.. ']+>([^<]+)'.. -- Name '
]+>([^<]+)'.. -- Episode '

'