Skip to content

Commit

Permalink
Going to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saeeddhqan committed Apr 25, 2021
1 parent 1643204 commit 5b4e169
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 43 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Initial release
* Fix status line problems
* Fix file extension upper and lower case-sensitive problem
* Rename the keys option and view to the query option
## 0.1.3 2021.04.25
* Add logger option
* Add timestamp to the saved file.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ It will displays help for the tool:
| -timeout int | Seconds to wait before timing out (default 10) | evine -timeout 15 |
| -query string | JQuery expression(It could be a file extension(pdf), a key query(url,script,css,..) or a jquery selector($("a[class='hdr']).attr('hdr')"))) | evine -query url,pdf,txt |
| -regex string | Search the Regular Expression on the page contents | evine -regex 'User.+' |
| -logger string | Log errors in a file | evine -logger log.txt |
| -max-regex int | Max result of regex search for regex field (default 1000) | evine -max-regex -1 |
| -robots | Scrape robots.txt for URLs and using them as seeds | evine -robots |
| -sitemap | Scrape sitemap.xml for URLs and using them as seeds | evine -sitemap |
Expand Down

0 comments on commit 5b4e169

Please sign in to comment.