Discogs has a specific format for no label or self-published labels on albums:
https://www.discogs.com/label/1818-Not-On-Label
Which can be seen here:
https://www.discogs.com/search?q=Not%20On%20Label&type=label
const notOnLabelRegex = /Not On Label \([^\)]+\)/
const labelIdBlacklist = ['1818']
Using some filters could these not be blacklisted?
Discogs has a specific format for no label or self-published labels on albums:
https://www.discogs.com/label/1818-Not-On-Label
Which can be seen here:
https://www.discogs.com/search?q=Not%20On%20Label&type=label
Using some filters could these not be blacklisted?