"instance_url" => "", "number_of_results" => 10, // You can use any Invidious instance here "invidious_instance_for_video_results" => "https://video.liv.town", "disable_bittorrent_search" => false, CURLOPT_FOLLOWLOCATION => true ) ); ?> <?php require_once "misc/header.php"; $opts = load_opts(); ?> <title>LibreY - instances</title> </head> <body> <form class="sub-search-container" method="get" autocomplete="off"> <h1>Libre<span class="Y">Y</span></h1> <input type="text" name="q" <?php if (!$opts->disable_bittorrent_search) { echo "<table><tr>"; echo "<th>Clearnet</th>"; echo "<th>Tor</th>"; echo "<th>I2P</th>"; echo "<th>Country</th>"; echo "</tr>"; foreach($instances as $instance) { $hostname = parse_url($instance["clearnet"])["host"]; $country = get_country_emote($instance["country"])