Created
May 30, 2016 07:52
-
-
Save LAMike310/1b5222cd7a18905ece216edf3c3f7cfe to your computer and use it in GitHub Desktop.
This file contains hidden or 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
artoo.scrape(".link", { | |
url: {sel: 'a', attr: 'href'}, text: {sel: 'a'} | |
}, artoo.savePrettyJson); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment