n0madic / google-play-scraper

Golang scraper to get data from Google Play Store
GNU Lesser General Public License v3.0
81 stars 20 forks source link

fix: 🐛 fixed mapping for developer information #11

Closed shivamarora1 closed 2 years ago

shivamarora1 commented 2 years ago

👉 With the new update of the play store frontend, mapping has been changed very much. 👉 developerById and developerByName has different different mappings now. 👉 The batchExecute method still works with old mappings.

n0madic commented 2 years ago

thanks for your PR!

n0madic commented 2 years ago

Unified the GetJSONValue function