[biplan] site changed

This commit is contained in:
Bezleputh 2014-11-14 11:35:18 +01:00
commit a794dbd19b

View file

@ -28,7 +28,7 @@ __all__ = ['BiplanBrowser']
class BiplanBrowser(PagesBrowser):
BASEURL = 'http://www.lebiplan.org'
program_page = URL('/fr/biplan-prog-(?P<_category>.*)', ProgramPage)
program_page = URL('/fr/biplan-prog-(?P<_category>.*).php', ProgramPage)
event_page = URL('/(?P<_id>.*).html', EventPage)
def list_events_concert(self, date_from, date_to=None, city=None, categories=None):