masterT / bandcamp-scraper

A scraper for https://bandcamp.com
MIT License
193 stars 35 forks source link

How to tell how many pages of albums are in a tag #33

Closed sajattack closed 5 years ago

sajattack commented 5 years ago

Is there a way to do this? I'm working on a project based around bandcamp tags, and it just crashes when it increments the tag page counter too far.

sajattack commented 5 years ago

Derp, just needed to check whether the result of getAlbumsWithTag was empty array.