Skip to content

Commit

Permalink
Fixed WMBR scraper bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnici committed Jul 25, 2015
1 parent d809c7e commit 2bbdedf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scrapers/cheerio/WmbrScraper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scrapers/cheerio/WmbrScraper.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scrapers/cheerio/WmbrScraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class WmbrScraper extends scrap.CheerioScraper {

if (titleText) {
callback(null, {Artist: artistText, Track: titleText});
return;
}
}
}
Expand Down

0 comments on commit 2bbdedf

Please sign in to comment.