properly define urls
This commit is contained in:
parent
7bbb113f92
commit
e0cb4118f8
11 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue