Skip to content

Instantly share code, notes, and snippets.

@emptymalei
Last active August 7, 2017 04:47
Show Gist options
  • Save emptymalei/a3a66e66359dd0b22567 to your computer and use it in GitHub Desktop.
Save emptymalei/a3a66e66359dd0b22567 to your computer and use it in GitHub Desktop.
Export Douban Status
{"selectors":[{"parentSelectors":["_root"],"type":"SelectorLink","multiple":false,"id":"link","selector":"div.info li:nth-of-type(2) a","delay":""},{"parentSelectors":["link","next"],"type":"SelectorElement","multiple":true,"id":"status","selector":"div.mod","delay":""},{"parentSelectors":["status"],"type":"SelectorText","multiple":false,"id":"content","selector":"blockquote","regex":"","delay":""},{"parentSelectors":["status"],"type":"SelectorText","multiple":false,"id":"time","selector":"span.created_at a","regex":"","delay":""},{"parentSelectors":["status"],"type":"SelectorText","multiple":false,"id":"cat","selector":"div.text","regex":"","delay":""},{"parentSelectors":["status"],"type":"SelectorText","multiple":false,"id":"share","selector":"div.block","regex":"","delay":""},{"parentSelectors":["status"],"type":"SelectorLink","multiple":false,"id":"sharedlink","selector":"div.title a","delay":""},{"parentSelectors":["link","next"],"type":"SelectorLink","multiple":false,"id":"next","selector":"span.next a","delay":""}],"startUrl":"http://www.douban.com/people/emptymalei/","_id":"doubanpaginition"}
Here:
http://webscraper.io/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment