From 1aca1c42a04cac3516b2129e1796932f37c5f452 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 19 Oct 2024 20:51:31 +0900 Subject: [PATCH] Updated SERP (markdown) --- SERP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SERP.md b/SERP.md index 22c7f89..ea65d83 100644 --- a/SERP.md +++ b/SERP.md @@ -17,6 +17,7 @@ This project already has many use cases of this type, and it has recently starte This is a method of performing SERP using third-party services: - Use [LibreY (github.com)](https://github.com/Ahwxorg/LibreY). - Recommended Server: `serp.catswords.net` +- Use [Invidious (github.com)](https://invidious.io/) for YouTube - [Utilize commercial proxy or SERP services.](https://github.com/gnh1201/welsonjs/wiki/Partnerships) This is the easiest and safest option among those previously presented. @@ -32,7 +33,7 @@ var response = HTTP.create() }) .setProxy({ "enabled": true, - "provider": "YOUR_SERP_SERVICE", + "provider": "YOUR_SERP_SERVICE", // e.g., librey, invidious "type": "serp" }) .open("GET", "https://example.org/?q=test")