Jérémie G
Jérémie G
## Description: I need to scrap play store to retrieve discounted games and games with pre-registration 3 solutions - improve this library with games.js - export utils methods in index.d.ts...
Github actions hold 2 workflows named "build". the second no longer needs to be because it is the result of a bad manipulation i made when trying to fix throttle...
And replaced request dependency by got. (same as in google-play-scrapper)
Tests : - should fetch valid application data - should fetch valid application data for country: es - should fetch valid application data for country: br Where failing because of...
### Description: The followinf test does not pass : ``` it('should fetch android version limit set for some old apps', () => { return gplay.app({ appId: 'air.com.zinkia.playset' }) .then((app) =>...