You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
Closesabenassi#92Closesabenassi#88Closesabenassi#84
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:
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.
The text was updated successfully, but these errors were encountered: