Created
November 27, 2016 20:29
-
-
Save jelenajjo/1d826883c18294cfb7f100f940f31544 to your computer and use it in GitHub Desktop.
sg experiment
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
{ | |
"selectors": { | |
"Post Title": { | |
"css": ".posts-item-title-link", | |
"leaf": "text", | |
"attr": "" | |
}, | |
"Domain url": { | |
"css": ".post-url-domain", | |
"leaf": "text" | |
}, | |
"Number of votes": { | |
"css": ".vote-count", | |
"leaf": "html" | |
}, | |
"Category": { | |
"css": ".posts-category", | |
"leaf": "text" | |
}, | |
"Time added": { | |
"css": ".posts-item-date span:nth-child(1)", | |
"leaf": "text" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment