File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ def get_page(self, url):
327
327
328
328
ROOT_LOGGER .warning (
329
329
"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 ."
331
331
)
332
332
333
333
# Convert the cookiejar data struture to a Python dict.
@@ -345,7 +345,7 @@ def get_page(self, url):
345
345
gws - "server:" header value returned from original request. Maybe Google Workspace plus a build?
346
346
fr - Original tests sourced from France. Assuming this is the country code. Country code was changed
347
347
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.
349
349
Not tested, solely based off of
350
350
https://github.com/benbusby/whoogle-search/issues/311#issuecomment-841065630
351
351
XYZ - Random 3-digit number assigned to the first response cookie.
You can’t perform that action at this time.
0 commit comments