[hybride] no needs of https anymore

This commit is contained in:
Bezleputh 2015-01-12 13:19:59 +01:00 committed by Romain Bignon
commit a759c2c81e

View file

@ -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)