X-Git-Url: https://git.r.bdr.sh/rbdr/generador-de-insultos/blobdiff_plain/ecbfe403e5b260939e84a4f577eba324a7732d4f..e865f21be5685ef2fbc57e36460f8d6819e0fe34:/lib/Conjugator.js 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 || {};