Skip to content

Instantly share code, notes, and snippets.

@blahah
Created May 28, 2014 09:48
Show Gist options
  • Save blahah/5b54dac3600312ea050d to your computer and use it in GitHub Desktop.
Save blahah/5b54dac3600312ea050d to your computer and use it in GitHub Desktop.
MDPI example scraper defniition
{
"url": "mdpi\\.com",
"elements": {
"dc.source": {
"selector": "//meta[@name='dc.source']",
"attribute": "content"
},
"figure": {
"selector": "//div[contains(@id, 'fig')]/div/img",
"attribute": "src"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment