Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self.link sometimes yielding None #84

Open
ANNwind opened this issue May 20, 2020 · 1 comment · May be fixed by #93
Open

self.link sometimes yielding None #84

ANNwind opened this issue May 20, 2020 · 1 comment · May be fixed by #93

Comments

@ANNwind
Copy link

ANNwind commented May 20, 2020

First off, I am just a Python amateur. So I might be oblivious to rookie mistakes.

I am having some issues with self.link. I have a datafile with ten keywords and I want to get the first 10 results for each keyword. With almost all keywords I have no problems, but some of them are yielding None. The keywords yielding None, differentiate between various tries, but it is always the tenth link.
Code:
image

In the above code, I have tried to built something that retries to get the link after it fails, but it does not seem to work properly yet.

@bixing-udemy
Copy link

I meet the same problem.

kulla added a commit to kulla/Google-Search-API that referenced this issue Feb 10, 2021
Google has introduced new formats for their result page (I got at least
4 different page formats in my tests). This commit fixes the parsing for
those four different formats for the description field. The parsing of
other attributes like cache_link is still broken.

Closes abenassi#92
Closes abenassi#88
Closes abenassi#84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants