4, https://www.google.com/search?q=the+wild+goose+chase&safe=1&num=30&pws=0&udm=14&tbs=li%3A1&complete=0&sclient=web Here a query is made to Google web search, Goosle scraped 30 results but after initial filtering only 4 remained. This can mean a lot of duplicate links were found (unlikely). More likely is that an inconsistent scrape was done. This can indicate that the website has changed its layout structure and Goosle needs to be updated. Example: [18-07-2024 23:06:58][a] QwantRequest: No results -> 0, https://api.qwant.com/v3/search/web?q=the+wild+goose+chase&t=web&safesearch=1&locale=en_gb&count=10&device=desktop Here a query is made to Qwant web search via their API and no results were found at all. API calls can not make scrape errors. This likely means there simply were no results to begin with. /* ------------------------------------------------------------------------------------ LANGUAGE: To not fit the USA mold, Goosle defaults to the United Kingdom for english results. DuckDuckGo and Google are language agnostic. Invalid values either cause the search engine to fail or will default to English depending on how wrong the value is. Google has no language setting because as soon as you specify it all 'anonymous' settings stop working. DuckDuckGo uses language regions and defaults to the United Kingdom. To change it see if your region is available - https://duckduckgo.com/duckduckgo-help-pages/settings/params/. Wikipedia needs to be told which language you want. This changes the search url. Use any of their supported languages (en, es, fr, nl, etc.) Qwant uses a locale similar to DuckDuckGo and defaults to the United Kingdom as well. Available locales are: bg_bg, br_fr, ca_ad, ca_es, ca_fr, co_fr, cs_cz, cy_gb, da_dk, de_at, de_ch, de_de, ec_ca, el_gr, en_au, en_ca, en_gb, en_ie, en_my, en_nz, en_us, es_ad, es_ar, es_cl, es_co, es_es, es_mx, es_pe, et_ee, eu_es, eu_fr, fc_ca, fi_fi, fr_ad, fr_be, fr_ca, fr_ch, fr_fr, gd_gb, he_il, hu_hu, it_ch, it_it, ko_kr, nb_no, nl_be, nl_nl, pl_pl, pt_ad, pt_pt, ro_ro, sv_se, th_th, zh_cn, zh_hk. SOCIAL MEDIA RELEVANCE: Show social media results lower in results if you don't value such results. This includes websites like Facebook, Instagram, Twitter/X, Snapchat, TikTok, LinkedIn and Reddit. !! CAREFUL !! This is a blanket setting, if what (or who) you're searching for primarily has social media links then less relevant results may show first. Accepts a numeric value between 1 and 10. With 10 having *NO* effect on the rank, and 0 not ranking the link at all (shows very very low in the results). /* ------------------------------------------------------------------------------------ USER AGENTS: Add more or less user agents to the list but keep at least one! On every search Goosle picks a user agent at random to identify as. Keep them generic to prevent profiling, but also so that the request comes off as a generic boring browser and not as a server/crawler. Safari, Firefox and Internet Explorer (Yes that's old!) should be safe to use. Chrome may attract attention because of the lack of Chrome information (tracking) aside from the user agent. The search engine may know something is 'weird'. Opera/Edge/Brave and many others use Chrome under the hood and are not a good pick for that reason. Do not use user agents for mobile devices. Where possible Goosle explicitly tells the service it's a desktop computer to get a certain format for results. Contradicting the request with a mobile user agent may get your banned. MAGNET TRACKERS: Add more or less magnet trackers to the list but keep at least five or so! These are added to the magnet links Goosle creates by itself. Generally you do not need to change these. ------------------------------------------------------------------------------------ */ return (object) array( 'siteurl' => 'example.com', // Make sure this is accurate (ex. example.com, goosle.example.com, example.com/goosle/) 'colorscheme' => 'default', // Default colorscheme to use 'hash' => '123456', // Some kind of alphanumeric password-like string, used for caching and optionally for access to Goosle 'hash_auth' => 'off', // Default: off 'cache_type' => 'file', // Default: file 'cache_time' => 8, // Default: 8 (Hours), see the recommendations above. 'timezone' => 'UTC', // Default: UTC (Enter UTC+1, UTC-6 etc. for your timezone - Find yours https://time.is/UTC) 'querylog' => 'off', // Default: off (Log remote queries to see if they are made and how much results they find and end up with) 'enable_duckduckgo' => 'on', // Default: on 'enable_google' => 'on', // Default: on 'enable_qwant' => 'on', // Default: on 'enable_brave' => 'on', // Default: on 'enable_wikipedia' => 'on', // Default: on 'enable_news_search' => 'on', // Default: on (Disables all news search regardless of settings for individual engines) 'enable_qwantnews' => 'on', // Default: on 'enable_yahoonews' => 'on', // Default: on 'enable_bravenews' => 'on', // Default: on 'enable_hackernews' => 'on', // Default: on 'enable_image_search' => 'on', // Default: on (Disables all image search regardless of settings for individual engines) 'enable_yahooimages' => 'on', // Default: on 'enable_openverse' => 'off', // Default: off (Requires API token, see readme.md for details) 'enable_qwantimages' => 'on', // Default: on 'enable_magnet_search' => 'on', // Default: on (Disables all magnet search regardless of settings for individual engines as well as the box office page) 'enable_eztv' => 'on', // Default: on 'enable_limetorrents' => 'on', // Default: on 'enable_nyaa' => 'on', // Default: on 'enable_sukebei' => 'on', // Default: on 'enable_piratebay' => 'on', // Default: on 'enable_yts' => 'on', // Default: on 'duckduckgo_language' => 'uk-en', // Default: uk-en (United Kingdom) 'wikipedia_language' => 'en', // Default: en (English) 'qwant_language' => 'en_gb', // Default: en_gb (United Kingdom) 'search_results_per_page' => 24, // Default: 24 (Any number between 8 and 160, preferably a multiple of 8. Ignored if caching is off) 'social_media_relevance' => 8, // Default: 8 'show_search_source' => 'on', // Default: on 'show_search_rank' => 'off', // Default: off (Mostly for debugging) 'imdb_id_search' => 'off', // Default: off, (Requires enable_magnet_search to also be on) 'password_generator' => 'on', // Default: on 'special' => array( 'currency' => 'on', // Default: on, Currency converter 'definition' => 'on', // Default: on, Word dictionary 'ipaddress' => 'on', // Default: on, Look up your IP Address 'phpnet' => 'on', // Default: on, PHP-dot-net functions highlight 'wordpress' => 'off' // Default: off, Wordpress functions highlight ), 'show_nsfw_magnets' => 'off', // Default: off (Set to 'off' to try and hide adult content. Override with 'safe:off', 'xxx' or 'porn') 'show_zero_seeders' => 'off', // Default: off 'show_yts_highlight' => 'on', // Default: off (Show latest YTS movies above Magnet search results) 'show_share_option' => 'on', // Default: on (Show a share option for Magnet results) 'piratebay_categories_blocked' => array(206, 210), // Default: 206, 210 (Comma separated numbers, see /engines/magnet/thepiratebay.php for all categories) 'yts_categories_blocked' => array('horror'), // Default: 'horror' (Comma separated keywords; array('action', 'drama', 'sci-fi') etc.. There is no defined list, so block keywords that you see on results and don't like) // Keep at-least 1 'user_agents' => array( 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15) Gecko/20100101 Firefox/119.0', // macOS 10.15, Firefox 119 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Gecko/20100101 Firefox/116.0', // Windows 10, Firefox 116 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) Gecko/20100101 Firefox/83.0', // Linux Ubuntu, Firefox 83 'Mozilla/5.0 (X11; Linux i686) Gecko/20100101 Firefox/119.0', // Linux Generic, Firefox 119 ), // Keep at-least 5 'magnet_trackers' => array( 'udp://tracker.coppersurfer.tk:6969', 'udp://tracker.leechers-paradise.org:6969', 'udp://p4p.arenabg.ch:1337', 'udp://tracker.internetwarriors.net:1337', 'udp://glotorrents.pw:6969/announce', 'udp://torrent.gresille.org:80/announce', 'udp://tracker.openbittorrent.com:80', 'http://nyaa.tracker.wf:7777/announce', 'udp://tracker.opentrackr.org:1337/announce', 'udp://exodus.desync.com:6969/announce', 'udp://tracker.torrent.eu.org:451/announce', 'udp://opentracker.i2p.rocks:6969/announce', 'udp://open.demonii.com:1337/announce', 'udp://open.stealth.si:80/announce', 'udp://tracker.moeking.me:6969/announce', 'udp://explodie.org:6969/announce', 'udp://tracker1.bt.moack.co.kr:80/announce', 'udp://tracker.theoks.net:6969/announce', 'udp://tracker-udp.gbitt.info:80/announce', 'https://tracker.tamersunion.org:443/announce', 'https://tracker.gbitt.info:443/announce', 'udp://tracker.tiny-vps.com:6969/announce', 'udp://tracker.dump.cl:6969/announce', 'udp://tamas3.ynh.fr:6969/announce', 'udp://retracker01-msk-virt.corbina.net:80/announce', 'udp://open.free-tracker.ga:6969/announce', 'udp://epider.me:6969/announce', 'udp://bt2.archive.org:6969/announce', ) ); ?>