Skip to content

Commit

Permalink
Update scraper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paesku committed Jun 22, 2015
1 parent e328b54 commit 7e42ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ function run(db) {

var elements = $('a[class=link_intern]').each(function () {
var value = $(this).text().trim();
console.log(value);
updateRow(db, value);
});

console.log(elements);

readRows(db);

Expand Down

0 comments on commit 7e42ea4

Please sign in to comment.