Devyash Bordia

Results 5 issues of Devyash Bordia

I have replaced the code in SearchResultPages.py with the data in SearchResultPages.py file My updated code looks like this ` SearchEngines = { 'google': 'https://www.google.com/search?q={0}&start={1}', 'bing': 'http://www.bing.com/search?q={0}&first={1}', 'baidu': 'http://www.baidu.com/s?wd={0}&pn={1}' }...

Deleted __init.py__ files where it was not needed.

I'm running this code in my PyCharm `import amazonscraper results = amazonscraper.search("coffee", max_product_nb=2) for result in results: print("{}".format(result.title)) print(" - ASIN : {}".format(result.asin)) print(" - {} out of 5 stars,...

Removed Goo.gl references everywhere and reformatted the code according to the alphabetical order

As stated in the link [](https://github.com/sahilrider/DS_ALGO/issues/5)