diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-04-18 12:25:05 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-04-18 12:25:05 +0200 |
| commit | ecf7a1adea29df153a302effa79c3f2a8018c1e6 (patch) | |
| tree | fe005abb71a9cca4034d8e0bcdec051b5564a965 /lib | |
| parent | 4fc8123b78a8b275288fb875254ee1370c0bf59b (diff) | |
Update selector
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 || {}; |