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__ = ['HybrideBrowser']
|
|||
|
||||
class HybrideBrowser(PagesBrowser):
|
||||
PROFILE = Firefox()
|
||||
BASEURL = 'http://www.lhybride.org'
|
||||
BASEURL = 'http://www.lhybride.org/'
|
||||
|
||||
program_page = URL('programme.html', ProgramPage)
|
||||
event_page = URL('programme/item/(?P<_id>.*)', EventPage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue