Country Setting #48

Open
opened 2024-11-03 21:01:37 +00:00 by dan9999999 · 3 comments

Hi, could you please make the country as a general setting so that i dont have to change it at every search.

Thank you

I love you

Hi, could you please make the country as a general setting so that i dont have to change it at every search. Thank you I love you
Owner

Okay, I will remember that xx

Okay, I will remember that xx

+1 It would be a nice feature.

I usually move my preferred country setting to the top of scraper/google.php which has the effect of making it the default.

        public function getfilters($page){

                $base = [
                        "country" => [ // gl=<country> (image: cr=countryAF)
                                "display" => "Country",
                                "option" => [
                                        "us" => "United States",
                                        "any" => "Instance's country",

Also default language.

                                                "lang" => [ // lr=<lang> (prefix lang with "lang_")
                                                        "display" => "Language",
                                                        "option" => [
                                                                "en" => "English",
                                                                "any" => "Any language",
+1 It would be a nice feature. I usually move my preferred country setting to the top of scraper/google.php which has the effect of making it the default. ``` public function getfilters($page){ $base = [ "country" => [ // gl=<country> (image: cr=countryAF) "display" => "Country", "option" => [ "us" => "United States", "any" => "Instance's country", ``` Also default language. ``` "lang" => [ // lr=<lang> (prefix lang with "lang_") "display" => "Language", "option" => [ "en" => "English", "any" => "Any language", ```
Owner

I have a day off tomorrow, and not having this feature has been making me anxious in case duckduckgo fucks me over. I'll work on it

I have a day off tomorrow, and not having this feature has been making me anxious in case duckduckgo fucks me over. I'll work on it
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lolcat/4get#48
No description provided.