Skip to content

Commit

Permalink
Update scraper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-R-Afonso committed Apr 28, 2020
1 parent ab982d5 commit 2e3851f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper.js
Expand Up @@ -58,8 +58,6 @@ function run(db) {
var $ = cheerio.load(body);
next = $('a.paginacao-nav').attr('href');
var elements = $("div.titulos").each(function () {
console.log($(this));
$(this).
var titulo = $('div.titulos > span.span_imovel_titulo').text().trim();
var nome = $('div.titulos > span.lbl_preco').text().trim();
var url = $('div.titulos > a.lnk_titulo').attr('href');
Expand Down

0 comments on commit 2e3851f

Please sign in to comment.