r-nikhil / pygoogle

A simple Google search module for Python
16 stars 7 forks source link

get_urls:not returning the url as strings to the console #6

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. from pygoogle import pygooogle
2. g=pygoogle('news')
3. g.pages=2
4.g.get_urls

What is the expected output? What do you see instead?

expected:www.news.google.com,(other sources of news),

getting:<bound method pygoogle.get_urls of <pygoogle.pygoogle instance at 
0x1018a5b90>>

What version of the product are you using? On what operating system?
python 2.7.8 system Mac ,OS:10.10 Os Yosemite

Please provide any additional information below.

Original issue reported on code.google.com by kurianck...@gmail.com on 16 Sep 2014 at 5:55

GoogleCodeExporter commented 9 years ago
g.get_urls() rather than g.get_urls

Original comment by glenton....@gmail.com on 22 May 2015 at 6:56