Last active
December 20, 2015 16:59
-
-
Save sharifulin/6165262 to your computer and use it in GitHub Desktop.
Google Play and Mojo, powered by Perl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# all apps in html | |
$ mojo get "https://play.google.com/store/apps/developer?id=Яндекс&hl=ru" "a[class=title]" | |
# all apps title | |
$ mojo get "https://play.google.com/store/apps/developer?id=Яндекс&hl=ru" "a[class=title]" text | |
# all apps link | |
$ mojo get "https://play.google.com/store/apps/developer?id=Яндекс&hl=ru" "a[class=title]" attr href |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment