#Test cases for bing scrapper:
java -cp ./:../lib/jsoup-1.8.3.jar:../lib/commons-cli-1.3.1.jar BingSearch -q http://www.bing.com/search?q=uga -o results.txt
java -cp ./:../lib/jsoup-1.8.3.jar:../lib/commons-cli-1.3.1.jar BingSearch -f bing.html -o results.txt
java -cp ./:../lib/jsoup-1.8.3.jar:../lib/commons-cli-1.3.1.jar BingSearch -f bing.html -q http://www.bing.com/search?q=uga -o results.txt