Last active
May 5, 2019 14:33
-
-
Save blue-bird1/661acf4b23ae2a91d2ad4e87f136b2f1 to your computer and use it in GitHub Desktop.
simple read json
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
{ | |
"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