diff --git a/modules/googletranslate/browser.py b/modules/googletranslate/browser.py index dce314ce..1dc86052 100644 --- a/modules/googletranslate/browser.py +++ b/modules/googletranslate/browser.py @@ -54,6 +54,6 @@ class GoogleTranslateBrowser(BaseBrowser): 'eotf': '1', 'text': text.encode('utf-8'), } - self.location('http://'+self.DOMAIN, urllib.urlencode(d)) + self.location('https://'+self.DOMAIN, urllib.urlencode(d)) translation = self.page.get_translation() return translation