Fix for Dutch translation.

This commit is contained in:
morpheus65535 2021-02-03 18:04:54 -05:00
parent e3fe3fab4e
commit 39ec03da08
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class GoogleTranslator(BaseTranslator):
element_tag='div',
element_query={"class": "t0"},
payload_key='q', # key of text in the url
hl=self._target,
tl=self._target,
sl=self._source)
self._alt_element_query = {"class": "result-container"}