mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
typoo
This commit is contained in:
parent
6960aacb92
commit
310a50fa44
1 changed files with 3 additions and 2 deletions
|
@ -77,7 +77,8 @@ class config{
|
||||||
"https://4get.psily.garden",
|
"https://4get.psily.garden",
|
||||||
"https://search.milivojevic.in.rs",
|
"https://search.milivojevic.in.rs",
|
||||||
"https://4get.snine.nl",
|
"https://4get.snine.nl",
|
||||||
"https://4get.datura.network"
|
"https://4get.datura.network",
|
||||||
|
"https://4get.neco.lol"
|
||||||
];
|
];
|
||||||
|
|
||||||
// Default user agent to use for scraper requests. Sometimes ignored to get specific webpages
|
// Default user agent to use for scraper requests. Sometimes ignored to get specific webpages
|
||||||
|
@ -91,7 +92,7 @@ class config{
|
||||||
const PROXY_DDG = false; // duckduckgo
|
const PROXY_DDG = false; // duckduckgo
|
||||||
const PROXY_BRAVE = false;
|
const PROXY_BRAVE = false;
|
||||||
const PROXY_FB = false; // facebook
|
const PROXY_FB = false; // facebook
|
||||||
const PROXY_GOOGLE = "bird2";
|
const PROXY_GOOGLE = false;
|
||||||
const PROXY_MARGINALIA = false;
|
const PROXY_MARGINALIA = false;
|
||||||
const PROXY_MOJEEK = false;
|
const PROXY_MOJEEK = false;
|
||||||
const PROXY_SC = false; // soundcloud
|
const PROXY_SC = false; // soundcloud
|
||||||
|
|
Loading…
Reference in a new issue