app-store-scraper
app-store-scraper copied to clipboard
API returns an outdated "updated" value
- Operating System: Ubuntu 21.10
- Node version: v16.11.0
- ~~app-play-scraper version:~~
- app-store-scraper: 0.17.0
Description:
At least one app the api returns an updated
value that is totally outdated and doesn't even match the (correct) version
field.
Maybe the updated
doesn't mean what I thought it does but the linked app's version history features:
version 1.1.1075 on 30 Jun 2021 while app-store-scraper returns:
released: '2020-11-24T08:00:00Z',
updated: '2020-11-24T08:00:00Z',
version: '1.1.1075',
Shouldn't updated
return 30 Jun 2021?
I think this is not the same as #73 as the returned data is a mix of old and new data.