From: Ben Beltran Date: Sat, 18 Apr 2020 10:25:05 +0000 (+0200) Subject: Update selector X-Git-Url: https://git.r.bdr.sh/rbdr/generador-de-insultos/commitdiff_plain/ecf7a1adea29df153a302effa79c3f2a8018c1e6?hp=4fc8123b78a8b275288fb875254ee1370c0bf59b Update selector --- 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 || {};