masterT / bandcamp-scraper

A scraper for https://bandcamp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Add getLabelInfo()

drone1 opened this issue · comments

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!

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.

What kind of information? @drone1

What kind of information? @drone1

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

  • label name
  • label bio
  • label location
  • website URL
  • label email address for fans

Thanks!

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

See