masterT / bandcamp-scraper

A scraper for https://bandcamp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getArtistUrls() returns empty array for some labels

drone1 opened this issue · comments

Example:

getArtistUrls('http://rufdug.bandcamp.com/', (err, result) => {
   assert(result.length === 0) // !!!
})

This label has 16 releases currently. Many other labels I've tried produce the same issue.

I'm using 1.4.1.

Thanks.