diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Conjugator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Conjugator.js b/lib/Conjugator.js index d45e1fe..78dd713 100644 --- a/lib/Conjugator.js +++ b/lib/Conjugator.js @@ -10,7 +10,7 @@ var request = require('request'); var Conjugator = Class({}, "Conjugator")({ prototype : { _baseUrl: "http://www.spanishdict.com/conjugate/", - _selector: ".vtable-word", + _selector: "table .ex-tip", init : function init(config) { config = config || {}; |