Skip to content

Commit 3a4ca7b

Browse files
committed
Updated verbiage
1 parent bb4b99d commit 3a4ca7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yagooglesearch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def get_page(self, url):
327327

328328
ROOT_LOGGER.warning(
329329
"Looks like your IP address is sourcing from a European Union location...your search results may "
330-
"vary, but I'll try and work around this."
330+
"vary, but I'll try and work around this by updating the cookie."
331331
)
332332

333333
# Convert the cookiejar data struture to a Python dict.
@@ -345,7 +345,7 @@ def get_page(self, url):
345345
gws - "server:" header value returned from original request. Maybe Google Workspace plus a build?
346346
fr - Original tests sourced from France. Assuming this is the country code. Country code was changed
347347
to .de and it still worked.
348-
F - FX agrees to tracking. Modifying it to just F seems to consent with 'no' to personalized stuff.
348+
F - FX agrees to tracking. Modifying it to just F seems to consent with "no" to personalized stuff.
349349
Not tested, solely based off of
350350
https://github.com/benbusby/whoogle-search/issues/311#issuecomment-841065630
351351
XYZ - Random 3-digit number assigned to the first response cookie.

0 commit comments

Comments
 (0)