Update README.md

This commit is contained in:
Arun Prakash Jana 2016-04-06 10:27:17 +05:30
parent e835ddf23f
commit d5b39814b1

View File

@ -279,6 +279,8 @@ Using sed:
# Contributions
I would love to see pull requests with the following features:
- Support subcommands using argparse
- Support gzip compression in fetching URLs
- Exact word match (against substring in a word as it works currently. Hint: REGEXP)
- Parse full page data??? Might end up writing a search engine like Google. ;)