aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-04-18 12:25:05 +0200
committerBen Beltran <ben@nsovocal.com>2020-04-18 12:25:05 +0200
commitecf7a1adea29df153a302effa79c3f2a8018c1e6 (patch)
treefe005abb71a9cca4034d8e0bcdec051b5564a965 /lib
parent4fc8123b78a8b275288fb875254ee1370c0bf59b (diff)
Update selector
Diffstat (limited to 'lib')
-rw-r--r--lib/Conjugator.js2
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 || {};