sungyeonu / animal-crossing-scraper

Web scraper for Animal Crossing - New Horizons data using bs4
37 stars 11 forks source link

obtainedFrom should be an array #10

Closed antriver closed 4 years ago

antriver commented 4 years ago

Many of the items can be obtained from multiple sources (see https://animalcrossing.fandom.com/wiki/DIY_recipes/Miscellaneous) so the obtainedFrom property should be an array of strings rather than a single string

sungyeonu commented 4 years ago

I just pushed the code, wanna have a look before I close this issue?

antriver commented 4 years ago

@sungyeonu Looks good now! I was working on a branch to fix loading the "DIY Recipes / Others" page but I see you've fixed that too :)

sungyeonu commented 4 years ago

Wonderful. Closing the issue now!