properly define urls

This commit is contained in:
Bezleputh 2015-01-19 10:24:53 +01:00 committed by Romain Bignon
commit e0cb4118f8
11 changed files with 12 additions and 12 deletions

View file

@ -27,7 +27,7 @@ __all__ = ['RazibusBrowser']
class RazibusBrowser(PagesBrowser):
BASEURL = 'http://razibus.net'
BASEURL = 'http://razibus.net/'
TIMEOUT = 20
event_list_page = URL('evenements-a-venir.php\?region=(?P<region>.*)', EventListPage)
event_page = URL('(?P<_id>.*).html', EventPage)