[biplan] site changed
This commit is contained in:
parent
c81b622c29
commit
a794dbd19b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ __all__ = ['BiplanBrowser']
|
||||||
class BiplanBrowser(PagesBrowser):
|
class BiplanBrowser(PagesBrowser):
|
||||||
BASEURL = 'http://www.lebiplan.org'
|
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)
|
event_page = URL('/(?P<_id>.*).html', EventPage)
|
||||||
|
|
||||||
def list_events_concert(self, date_from, date_to=None, city=None, categories=None):
|
def list_events_concert(self, date_from, date_to=None, city=None, categories=None):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue