Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active May 5, 2019 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blue-bird1/661acf4b23ae2a91d2ad4e87f136b2f1 to your computer and use it in GitHub Desktop.
Save blue-bird1/661acf4b23ae2a91d2ad4e87f136b2f1 to your computer and use it in GitHub Desktop.
simple read json
{
"sites" : [{
"name": "freebuf",
"url": "https://www.freebuf.com/*/*.html",
"title" : "[[{$('.title:eq(0)>h2').text()}]]",
"desc" : "",
"include" : "<div class='article-wrap panel panel-default'>",
"exclude" : [
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment