From ecf7a1adea29df153a302effa79c3f2a8018c1e6 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 18 Apr 2020 12:25:05 +0200 Subject: Update selector --- lib/Conjugator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 || {}; -- cgit