{$upstream} not supported!"; } else if ($finalData = getPageData($platform, $relativeUrl)) { http_response_code($finalData['code']); fetchPageMedia($finalData); if ($finalData['code'] >= 400) { $searchResults = searchExactHistory($platform, $finalData['result']['relativeurl']); if (sizeof($searchResults)) { $finalData['result'] = $searchResults[0]; } } else if (readProxatoreBool('history')) { saveHistory($finalData['result']); } if (readProxatoreBool('relativemedia')) { $count = 0; foreach (['video', 'image'] as $type) { if ($finalData['result'][$type]) { $finalData['result'][$type] = SCRIPT_NAME . "__media__/{$platform}/{$finalData['result']['relativeurl']}/{$count}"; $count++; } } } $searchResults = [$finalData['result']]; } else if ($path) { http_response_code(404); } } ?> <?= APP_NAME ?>

Options
Supported Platforms:

'; // echo '
Query string API
'; echo '
Help & Info

What is this?

'.APP_NAME.' is '.APP_DESCRIPTION.'
It allows you to bypass ratelimits and georestrictions when accessing contents from many specific Internet platforms, and to view them with a clean and streamlined interface, that works well on both modern systems and old browsers or slow connections.
Additionally, it allows you to share links between social media platforms, ensuring link previews, which are often blocked by competitors, always display correctly.

'; echo '

Made with πŸ•ΈοΈ and 🧨 by OctoSpacc.
Licensed under AGPLv3. Source Code & Info: Official Repository' . (MODIFIED_SOURCE_CODE ? ', Modified Source Code.' : '.') . '

'; } ?>

Search results:

Nothing was found.