Skip to content

Commit

Permalink
Try to fix the title (not tested yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
daald committed Feb 4, 2019
1 parent c17facf commit d4b77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -287,7 +287,7 @@ function updateDetail(db, tour, callback, retry=1) {
numToursDone++;
console.log("Processing details of tour " + tour.id + ', ' + numToursDone+' of '+numToursTotal + "\t\t" + tour.url);

tour.title = $("h1").text().trim();
tour.title = $(".droptours h1").text().trim();

var kv = {}

Expand Down

0 comments on commit d4b77ab

Please sign in to comment.