diff --git a/index.js b/index.js index ba31c4a..ddd72df 100644 --- a/index.js +++ b/index.js @@ -80,7 +80,7 @@ function updateTKK() { if (Number(window.TKK.split('.')[0]) === now) { resolve(); } else { - got('https://translate.google.com').then(function (res) { + got('https://translate.google.'+opts.tld).then(function (res) { var matches = res.body.match(/tkk:\s?'(.+?)'/i); if (matches) {