Skip to content

Commit

Permalink
pypi README Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjhacks committed Jan 5, 2022
1 parent 9df3b85 commit a6c6f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ This will display help for the tool.
text = ( default ) Output urls only.

json = ( -j ) Output url,status,mime,length in json format it's can help you later filtering result based on those variables.

## Filters
Filters directly use on providers to get only useful filtered data from provider.
Filters directly apply on providers to get only useful filtered data from provider.

| Wayback | Commoncrawl | Description |
| :---------------: | :---------------: | :-----------------------------------------------------------: |
|statuscode:200 | =status:200 | return only those urls which status code is 200 |
Expand Down
2 changes: 1 addition & 1 deletion unja/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit a6c6f5a

Please sign in to comment.