We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At least one app the api returns an updated value that is totally outdated and doesn't even match the (correct) version field.
updated
version
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
app-play-scraper version: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:
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.
The text was updated successfully, but these errors were encountered: