masterT / bandcamp-scraper

A scraper for https://bandcamp.com
MIT License
194 stars 34 forks source link

Add non-playable tracks to tracks array #52

Closed Seizeweb closed 3 years ago

Seizeweb commented 4 years ago

Hi ! I think I found an elegant way to add these non-playable track names without having to change the schemas. In my solution, these are just pushed in the tracks array, as a normal track object, that just happens to not have a url or duration property.

masterT commented 3 years ago

Hi, I tested your changes and it looks good! Thank you!