app-store-scraper
app-store-scraper copied to clipboard
store.developer() removes first row from results.
- Operating System: Windows 10
- Node version: 10.15.3
- app-play-scraper version: "0.16.2"
Description:
Function always return one result less than on Apple's developer page.
Example code:
store.developer({devId: 526656015}).then(console.log).catch(console.log);
Error message:
No error but first row is removed from results. (In developer : return results.slice(1))
Noticed the same thing. Removing .slice(1) helped.
Any solutions for this? This still exists 😕 The call returns incomplete data!