masterT / bandcamp-scraper

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

Request: Add getLabelInfo() #62

Open drone1 opened 2 years ago

drone1 commented 2 years ago

I would love to be able to provide a labelUrl to a function and get info about the label, like its name, bio, links, etc. Any plans to add this @masterT?

Thank you!

drone1 commented 2 years ago

https://supervoidrecords.bandcamp.com/

drone1 commented 2 years ago

I appreciate the punk nature of that package but I don't think it's a good fit for my purposes here. Thank you though.

masterT commented 2 years ago

What kind of information? @drone1

drone1 commented 2 years ago

What kind of information? @drone1

Given a labelUrl, provide a function getLabelInfo() that returns the following info:

Thanks!

masterT commented 2 years ago

@drone1 I'm working on a refactor of the package which should implement this.

See