[hybride] no needs of https anymore
This commit is contained in:
parent
de97d45c74
commit
a759c2c81e
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ __all__ = ['HybrideBrowser']
|
|||
|
||||
class HybrideBrowser(PagesBrowser):
|
||||
PROFILE = Firefox()
|
||||
BASEURL = 'https://www.lhybride.org'
|
||||
VERIFY = False
|
||||
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