-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Regexps are not found on the play store page #25
Comments
Sory for the late answer, I don't have much time to work on this plugin at the moment. |
Running into the same issue.
It probably has a bit of overhead, but maybe it wouldn't be such a bad idea to use a project that maintains scraping the play store like: https://github.com/facundoolano/google-play-scraper @SBats what do you think? If you are ok with that I wouldn't mind having a go at it... |
Hey! Sure that's a good idea. If someone does it better and open source, we should use their tools. |
@SBats it turns out to be a bit more complex than I thought since I didn't realize that the plugin I mentioned depends on specific nodejs modules. I tried using |
In case that somebody needed for Google Play. Regex need to be updated to match the actual markup to:
Matching expression will be on index 2
|
The plugin wouldn't work, so I decided to debug it. This is the app it's about: https://play.google.com/store/apps/details?id=io.neocles.puma.ns
This plugin is trying to match a few regexps, like
"itemprop="datePublished">\s*([\w\s,.]*)\s*<\/div>\s*<\/div>"
, but the stringdatePublished
does not exist in the HTML of above page.What am I doing wrong?
The text was updated successfully, but these errors were encountered: