nelsonic / github-scraper

🕷 🕸 crawl GitHub web pages for insights we can't GET from the API ... 💡
432 stars 96 forks source link

only add language if its set #52

Closed nelsonic closed 9 years ago

nelsonic commented 9 years ago
github-scraper/lib/repo.js:25
  data.langs.push(langs['0'].attribs['aria-label']);
                            ^
TypeError: Cannot read property 'attribs' of undefined
scraper-lang-bug