mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #668] [FEATURE] ?country HTTP parameter #425
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Albonycal on GitHub (Feb 23, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/668
I know the parameters were added for usage with farside, but I don't use the default session / config thing because it's not reliable, the configs resets on it's own sometimes.
It'd be nice to set different config options using parameters.
afaik currently these are available
safe, nojs, tor, get_only, block_url, accept_language, block, q, near, new_tab, url, alts, view_image, block_titleI'd like acountry=parameterfor. ex
country=IN@benbusby commented on GitHub (Feb 23, 2022):
country=is already supported. The full list of valid url params (that are relevant to config settings) are in thesafe_keyslist in config.py:github.com/benbusby/whoogle-search@c3634a5135/app/models/config.py (L33-L43)@Albonycal commented on GitHub (Feb 24, 2022):
hmm, oh wait yea my mistake
I was using
&?countryinstead of&countryThanks 😅